fix channel for docker-ee install on ubuntu

Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
This commit is contained in:
Andrew Hsu
2018-08-30 23:56:55 +00:00
parent 5781f70246
commit 7b0dabc226

View File

@@ -185,7 +185,7 @@ from the repository.
$ sudo add-apt-repository \
"deb [arch=amd64] $DOCKER_EE_URL/ubuntu \
$(lsb_release -cs) \
$DOCKER_EE_VERSION"
stable-17.06"
```
</div>
@@ -195,7 +195,7 @@ from the repository.
$ sudo add-apt-repository \
"deb [arch=s390x] $DOCKER_EE_URL/ubuntu \
$(lsb_release -cs) \
$DOCKER_EE_VERSION"
stable-17.06"
```
</div>
@@ -205,7 +205,7 @@ from the repository.
$ sudo add-apt-repository \
"deb [arch=ppc64el] $DOCKER_EE_URL/ubuntu \
$(lsb_release -cs) \
$DOCKER_EE_VERSION"
stable-17.06"
```
</div>