mirror of https://github.com/docker/docs.git
Merge pull request #7531 from andrewhsu/v
use DOCKER_EE_VERSION in ubuntu install instructions
This commit is contained in:
commit
e199a97ea6
|
|
@ -185,7 +185,8 @@ from the repository.
|
|||
$ sudo add-apt-repository \
|
||||
"deb [arch=amd64] $DOCKER_EE_URL/ubuntu \
|
||||
$(lsb_release -cs) \
|
||||
stable-18.09"
|
||||
$DOCKER_EE_VERSION"
|
||||
|
||||
```
|
||||
|
||||
</div>
|
||||
|
|
@ -195,7 +196,8 @@ from the repository.
|
|||
$ sudo add-apt-repository \
|
||||
"deb [arch=s390x] $DOCKER_EE_URL/ubuntu \
|
||||
$(lsb_release -cs) \
|
||||
stable-18.09"
|
||||
$DOCKER_EE_VERSION"
|
||||
|
||||
```
|
||||
|
||||
</div>
|
||||
|
|
@ -205,7 +207,8 @@ from the repository.
|
|||
$ sudo add-apt-repository \
|
||||
"deb [arch=ppc64el] $DOCKER_EE_URL/ubuntu \
|
||||
$(lsb_release -cs) \
|
||||
stable-18.09"
|
||||
$DOCKER_EE_VERSION"
|
||||
|
||||
```
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue