diff --git a/install/linux/docker-ee/ubuntu.md b/install/linux/docker-ee/ubuntu.md index e37300f8bd..ff73108186 100644 --- a/install/linux/docker-ee/ubuntu.md +++ b/install/linux/docker-ee/ubuntu.md @@ -137,13 +137,13 @@ from the repository. 4. Temporarily add a `$DOCKER_EE_VERSION` variable into your environment. - > ***NOTE:*** If you need to run Docker EE 2.0, please see the following instructions: + > ***NOTE:*** If you need to run something other than Docker EE 2.0, please see the following instructions: > * [18.03](https://docs.docker.com/v18.03/ee/supported-platforms/) - Older Docker EE Engine only release > * [17.06](https://docs.docker.com/v17.06/engine/installation/) - Docker Enterprise Edition 2.0 (Docker Engine, > UCP, and DTR). ```bash - $ DOCKER_EE_VERSION= + $ DOCKER_EE_VERSION=18.09 ``` 5. Add Docker's official GPG key using your customer Docker EE repository URL: @@ -173,47 +173,13 @@ from the repository. > Ubuntu distribution, such as `xenial`. > - -
-
- ```bash $ sudo add-apt-repository \ - "deb [arch=amd64] $DOCKER_EE_URL/ubuntu \ + "deb [arch=$(dpkg --print-architecture)] $DOCKER_EE_URL/ubuntu \ $(lsb_release -cs) \ - $DOCKER_EE_VERSION stable" - + stable-$DOCKER_EE_VERSION" ``` -
-
- - ```bash - $ sudo add-apt-repository \ - "deb [arch=s390x] $DOCKER_EE_URL/ubuntu \ - $(lsb_release -cs) \ - $DOCKER_EE_VERSION stable" - - ``` - -
-
- - ```bash - $ sudo add-apt-repository \ - "deb [arch=ppc64el] $DOCKER_EE_URL/ubuntu \ - $(lsb_release -cs) \ - $DOCKER_EE_VERSION stable" - - ``` - -
-
- #### Install Docker EE 1. Update the `apt` package index.