1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #43282 from Cornul11/43265-fix-docker-ce-mentions

Removed mentions of the deprecated Docker CE repo
This commit is contained in:
Sebastiaan van Stijn 2022-02-23 18:25:28 +01:00 committed by GitHub
commit 9144d1705c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -210,14 +210,10 @@ can take over 15 minutes to complete.
Notice the split versions between client and server, which might be Notice the split versions between client and server, which might be
unexpected. In more recent times the Docker CLI component (which provides the unexpected. In more recent times the Docker CLI component (which provides the
`docker` command) has split out from the Moby project and is now maintained in: `docker` command) has split out from the Moby project and is now maintained in [docker/cli](https://github.com/docker/cli).
* [docker/cli](https://github.com/docker/cli) - The Docker CLI source-code;
* [docker/docker-ce](https://github.com/docker/docker-ce) - The Docker CE
edition project, which assembles engine, CLI and other components.
The Moby project now defaults to a [fixed The Moby project now defaults to a [fixed
version](https://github.com/docker/docker-ce/commits/v17.06.0-ce) of the version](https://github.com/docker/cli/commits/v17.06.0-ce) of the
`docker` CLI for integration tests. `docker` CLI for integration tests.
You may have noticed the following message when starting the container with the `shell` command: You may have noticed the following message when starting the container with the `shell` command:
@ -241,8 +237,8 @@ can take over 15 minutes to complete.
Docker version 17.09.0-dev, build Docker version 17.09.0-dev, build
``` ```
This Docker CLI should be built from the [docker-ce This Docker CLI should be built from the [docker-cli
project](https://github.com/docker/docker-ce) and needs to be a Linux project](https://github.com/docker/cli) and needs to be a Linux
binary. binary.
Inside the container you are running a development version. This is the version Inside the container you are running a development version. This is the version