diff --git a/engine/installation/linux/docker-ce/debian.md b/engine/installation/linux/docker-ce/debian.md index f546690b1a..576f0d6827 100644 --- a/engine/installation/linux/docker-ce/debian.md +++ b/engine/installation/linux/docker-ce/debian.md @@ -209,16 +209,15 @@ from the repository. ```bash $ apt-cache madison docker-ce - docker-ce | {{ minor-version }}.0~ce-0~debian-jessie | {{ download-url-base}} jessie/stable amd64 Packages + docker-ce | {{ minor-version }}.0~ce-0~debian | {{ download-url-base}} jessie/stable amd64 Packages ``` - The contents of the list depend upon which repositories are enabled, - and will be specific to your version of Debian (indicated by the `jessie` - suffix on the version, in this example). Choose a specific version to - install. The second column is the version string. The third column is the - repository name, which indicates which repository the package is from and - by extension its stability level. To install a specific version, append the - version string to the package name and separate them by an equals sign (`=`): + The contents of the list depend upon which repositories are enabled. Choose + a specific version to install. The second column is the version string. The + third column is the repository name, which indicates which repository the + package is from and by extension its stability level. To install a specific + version, append the version string to the package name and separate them by + an equals sign (`=`): ```bash $ sudo apt-get install docker-ce= @@ -331,7 +330,7 @@ a new file each time you want to upgrade Docker. 1. Go to [{{ download-url-base }}/dists/]({{ download-url-base }}/dists/), choose your Debian version, browse to `pool/stable/`, choose either `amd64` or `armhf`, and download the `.deb` file for the Docker CE version you - want to install and for your version of Debian. + want to install. > **Note**: To install an **edge** package, change the word > `stable` in the URL to `edge`. diff --git a/engine/installation/linux/docker-ce/ubuntu.md b/engine/installation/linux/docker-ce/ubuntu.md index d7ef32573f..6c5c815f68 100644 --- a/engine/installation/linux/docker-ce/ubuntu.md +++ b/engine/installation/linux/docker-ce/ubuntu.md @@ -201,16 +201,15 @@ the repository. ```bash $ apt-cache madison docker-ce - docker-ce | {{ minor-version }}.0~ce-0~ubuntu-xenial | {{ download-url-base }} xenial/stable amd64 Packages + docker-ce | {{ minor-version }}.0~ce-0~ubuntu | {{ download-url-base }} xenial/stable amd64 Packages ``` - The contents of the list depend upon which repositories are enabled, - and will be specific to your version of Ubuntu (indicated by the `xenial` - suffix on the version, in this example). Choose a specific version to - install. The second column is the version string. The third column is the - repository name, which indicates which repository the package is from and - by extension its stability level. To install a specific version, append the - version string to the package name and separate them by an equals sign (`=`): + The contents of the list depend upon which repositories are enabled. Choose + a specific version to install. The second column is the version string. The + third column is the repository name, which indicates which repository the + package is from and by extension its stability level. To install a specific + version, append the version string to the package name and separate them by + an equals sign (`=`): ```bash $ sudo apt-get install docker-ce= @@ -248,7 +247,7 @@ a new file each time you want to upgrade Docker CE. 1. Go to [{{ download-url-base }}/dists/]({{ download-url-base }}/dists/), choose your Ubuntu version, browse to `pool/stable/` and choose `amd64`, `armhf`, or `s390x`. Download the `.deb` file for the Docker version you - want to install and for your version of Ubuntu. + want to install. > **Note**: To install an **edge** package, change the word > `stable` in the URL to `edge`.