Skip to content

Commit 7db2ca4

Browse files
committed
Remove edge from installation instructions
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent c56e68f commit 7db2ca4

File tree

4 files changed

+97
-478
lines changed

4 files changed

+97
-478
lines changed

install/linux/docker-ce/centos.md

+39-34
Original file line numberDiff line numberDiff line change
@@ -96,40 +96,39 @@ from the repository.
9696
lvm2
9797
```
9898

99-
2. Use the following command to set up the **stable** repository. You always
100-
need the **stable** repository, even if you want to install builds from the
101-
**edge** or **test** repositories as well.
99+
2. Use the following command to set up the **stable** repository.
102100

103101
```bash
104102
$ sudo yum-config-manager \
105103
--add-repo \
106104
{{ download-url-base }}/docker-ce.repo
107105
```
108106

109-
3. **Optional**: Enable the **edge** and **test** repositories. These
110-
repositories are included in the `docker.repo` file above but are disabled
111-
by default. You can enable them alongside the stable repository.
112-
113-
```bash
114-
$ sudo yum-config-manager --enable docker-ce-edge
115-
```
116-
117-
```bash
118-
$ sudo yum-config-manager --enable docker-ce-test
119-
```
120-
121-
You can disable the **edge** or **test** repository by running the
122-
`yum-config-manager` command with the `--disable` flag. To re-enable it, use
123-
the `--enable` flag. The following command disables the **edge** repository.
124-
125-
```bash
126-
$ sudo yum-config-manager --disable docker-ce-edge
127-
```
128-
129-
> **Note**: Starting with Docker 17.06, stable releases are also pushed to
130-
> the **edge** and **test** repositories.
131-
132-
[Learn about **stable** and **edge** builds](/install/index.md).
107+
> **Optional**: Enable the **nightly** or **test** repositories.
108+
>
109+
> These repositories are included in the `docker.repo` file above but are disabled
110+
> by default. You can enable them alongside the stable repository. The following
111+
> command enables the **nightly** repository.
112+
>
113+
> ```bash
114+
> $ sudo yum-config-manager --enable docker-ce-nightly
115+
> ```
116+
>
117+
> To enable the **test** channel, run the following command:
118+
>
119+
> ```bash
120+
> $ sudo yum-config-manager --enable docker-ce-test
121+
> ```
122+
>
123+
> You can disable the **nightly** or **test** repository by running the
124+
> `yum-config-manager` command with the `--disable` flag. To re-enable it, use
125+
> the `--enable` flag. The following command disables the **nightly** repository.
126+
>
127+
> ```bash
128+
> $ sudo yum-config-manager --disable docker-ce-nightly
129+
> ```
130+
>
131+
> [Learn about **nightly** and **test** channels](/install/index.md).
133132

134133
#### Install Docker CE
135134

@@ -160,16 +159,22 @@ from the repository.
160159
```bash
161160
$ yum list docker-ce --showduplicates | sort -r
162161
163-
docker-ce.x86_64 {{ site.docker_ce_version }}.0.ce-1.el7.centos docker-ce-stable
162+
docker-ce.x86_64 3:{{ site.docker_ce_version }}.1-3.el7 docker-ce-stable
163+
docker-ce.x86_64 3:18.09.1-3.el7 docker-ce-stable
164+
docker-ce.x86_64 3:18.09.0-3.el7 docker-ce-stable
165+
docker-ce.x86_64 18.06.1.ce-3.el7 docker-ce-stable
166+
docker-ce.x86_64 18.06.0.ce-3.el7 docker-ce-stable
167+
docker-ce.x86_64 18.03.1.ce-1.el7.centos docker-ce-stable
168+
docker-ce.x86_64 18.03.0.ce-1.el7.centos docker-ce-stable
164169
```
165170

166171
The list returned depends on which repositories are enabled, and is specific
167172
to your version of CentOS (indicated by the `.el7` suffix in this example).
168173

169174
b. Install a specific version by its fully qualified package name, which is
170-
the package name (`docker-ce`) plus the version string (2nd column) up to
171-
the first hyphen, separated by a hyphen (`-`), for example,
172-
`docker-ce-18.03.0.ce`.
175+
the package name (`docker-ce`) plus the version string (2nd column)
176+
starting at the first colon (`:`), up to the first hyphen, separated by
177+
a hyphen (`-`). For example, `docker-ce-docker-ce-18.09.1`.
173178

174179
```bash
175180
$ sudo yum install docker-ce-<VERSION STRING>
@@ -214,9 +219,9 @@ a new file each time you want to upgrade Docker.
214219
[{{ download-url-base }}/7/x86_64/stable/Packages/]({{ download-url-base }}/7/x86_64/stable/Packages/)
215220
and download the `.rpm` file for the Docker version you want to install.
216221
217-
> **Note**: To install an **edge** package, change the word
218-
> `stable` in the above URL to `edge`.
219-
> [Learn about **stable** and **edge** channels](/install/index.md).
222+
> **Note**: To install a **nightly** or **test** (pre-release) package,
223+
> change the word `stable` in the above URL to `nightly` or `test`.
224+
> [Learn about **nightly** and **test** channels](/install/index.md).
220225
221226
2. Install Docker CE, changing the path below to the path where you downloaded
222227
the Docker package.

install/linux/docker-ce/debian.md

+20-18
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ and distributions for different Docker editions, see
2727
To install Docker CE, you need the 64-bit version of one of these Debian or
2828
Raspbian versions:
2929

30-
- Buster 10 (Docker CE 17.11 Edge only)
30+
- Buster 10
3131
- Stretch 9 (stable) / Raspbian Stretch
3232

3333
Docker CE is supported on `x86_64` (or `amd64`), `armhf`, and `arm64` architectures.
@@ -115,16 +115,14 @@ from the repository.
115115
sub 4096R/F273FCD8 2017-02-22
116116
```
117117
118-
4. Use the following command to set up the **stable** repository. You always
119-
need the **stable** repository, even if you want to install builds from the
120-
**edge** or **test** repositories as well. To add the **edge** or
121-
**test** repository, add the word `edge` or `test` (or both) after the
122-
word `stable` in the commands below.
118+
4. Use the following command to set up the **stable** repository. To add the
119+
**nightly** or **test** repository, add the word `nightly` or `test` (or both)
120+
after the word `stable` in the commands below.
123121
124122
> **Note**: The `lsb_release -cs` sub-command below returns the name of your
125123
> Debian distribution, such as `stretch`.
126124
127-
To also add the **edge** repository, add `edge` after `stable` on the last
125+
To also add the **nightly** repository, add `nightly` after `stable` on the last
128126
line of the command.
129127
130128
<ul class="nav nav-tabs">
@@ -163,10 +161,7 @@ from the repository.
163161
</div>
164162
</div> <!-- tab-content -->
165163
166-
> **Note**: Starting with Docker 17.06, stable releases are also pushed to
167-
> the **edge** and **test** repositories.
168-
169-
[Learn about **stable** and **edge** channels](/install/index.md).
164+
[Learn about **nightly** and **test** channels](/install/index.md).
170165
171166
#### Install Docker CE
172167
@@ -199,13 +194,20 @@ from the repository.
199194
```bash
200195
$ apt-cache madison docker-ce
201196
202-
docker-ce | {{ site.docker_ce_version }}.0~ce-0~debian | https://download.docker.com/linux/debian stretch/stable amd64 Packages
197+
docker-ce | 5:{{ site.docker_ce_version }}.1~3-0~debian-stretch | https://download.docker.com/linux/debian jessie/stable amd64 Packages
198+
docker-ce | 5:18.09.1~3-0~debian-stretch | https://download.docker.com/linux/debian stretch/stable amd64 Packages
199+
docker-ce | 5:18.09.0~3-0~debian-stretch | https://download.docker.com/linux/debian stretch/stable amd64 Packages
200+
docker-ce | 18.06.1~ce~3-0~debian | https://download.docker.com/linux/debian stretch/stable amd64 Packages
201+
docker-ce | 18.06.0~ce~3-0~debian | https://download.docker.com/linux/debian stretch/stable amd64 Packages
202+
docker-ce | 18.03.1~ce-0~debian | https://download.docker.com/linux/debian stretch/stable amd64 Packages
203+
docker-ce | 18.03.0~ce-0~debian | https://download.docker.com/linux/debian stretch/stable amd64 Packages
204+
203205
```
204206
205207
b. Install a specific version by its fully qualified package name, which is
206-
the package name (`docker-ce`) plus the version string (2nd column) up to
207-
the first hyphen, separated by an equals sign (`=`), for example,
208-
`docker-ce=18.03.0.ce`.
208+
the package name (`docker-ce`) plus the version string (2nd column),
209+
separated by an equals sign (`=`). For example,
210+
`docker-ce=5:18.09.1~3-0~debian-stretch`.
209211
210212
```bash
211213
$ sudo apt-get install docker-ce=<VERSION_STRING>
@@ -255,9 +257,9 @@ a new file each time you want to upgrade Docker.
255257
`amd64`, `armhf`, or `arm64` and download the `.deb` file for the Docker CE version you
256258
want to install.
257259

258-
> **Note**: To install an **edge** package, change the word
259-
> `stable` in the URL to `edge`.
260-
> [Learn about **stable** and **edge** channels](/install/index.md).
260+
> **Note**: To install a **nightly** package, change the word
261+
> `stable` in the URL to `nightly`.
262+
> [Learn about **nightly** and **test** channels](/install/index.md).
261263

262264
2. Install Docker CE, changing the path below to the path where you downloaded
263265
the Docker package.

0 commit comments

Comments
 (0)