mirror of https://github.com/docker/docs.git
use DOCKER_EE_VERSION in ubuntu install instructions
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
This commit is contained in:
parent
c136b48a5d
commit
29cc1ca549
|
@ -185,7 +185,7 @@ from the repository.
|
|||
$ sudo add-apt-repository \
|
||||
"deb [arch=amd64] $DOCKER_EE_URL/ubuntu \
|
||||
$(lsb_release -cs) \
|
||||
stable-17.06"
|
||||
$DOCKER_EE_VERSION"
|
||||
```
|
||||
|
||||
</div>
|
||||
|
@ -195,7 +195,7 @@ from the repository.
|
|||
$ sudo add-apt-repository \
|
||||
"deb [arch=s390x] $DOCKER_EE_URL/ubuntu \
|
||||
$(lsb_release -cs) \
|
||||
stable-17.06"
|
||||
$DOCKER_EE_VERSION"
|
||||
```
|
||||
|
||||
</div>
|
||||
|
@ -205,7 +205,7 @@ from the repository.
|
|||
$ sudo add-apt-repository \
|
||||
"deb [arch=ppc64el] $DOCKER_EE_URL/ubuntu \
|
||||
$(lsb_release -cs) \
|
||||
stable-17.06"
|
||||
$DOCKER_EE_VERSION"
|
||||
```
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue