Merge pull request #7531 from andrewhsu/v

use DOCKER_EE_VERSION in ubuntu install instructions
This commit is contained in:
Maria Bermudez 2018-12-27 10:04:01 -08:00 committed by GitHub
commit e199a97ea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -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>