From 594f9e1b1a8bd6672d1b0d8c39e350352b2c809f Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Fri, 11 Jan 2019 23:18:39 +0000 Subject: [PATCH] Fix ubuntu installation instructions for EE Was point to a non-existent $DOCKER_EE_VERSION repository, and still had installation instructions for s390x and ppc64el which we do not support with the latest EE release. Signed-off-by: Eli Uriegas --- install/linux/docker-ee/ubuntu.md | 42 +++---------------------------- 1 file changed, 4 insertions(+), 38 deletions(-) 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.