use DOCKER_EE_VERSION in ubuntu install instructions

Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
This commit is contained in:
Andrew Hsu 2018-10-17 21:25:53 +00:00
parent c136b48a5d
commit 29cc1ca549
1 changed files with 3 additions and 3 deletions

View File

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