mirror of https://github.com/docker/docs.git
Update Docker CE Edge landingpage
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
f0e552f8db
commit
beaa19b57b
|
|
@ -6,28 +6,14 @@ keywords: engine, edge, installation
|
||||||
|
|
||||||
> **The Docker CE Edge channel is deprecated in favor of nightly channel. See [About Docker CE](/install/index.md) for details on how to access the nightly channel.**
|
> **The Docker CE Edge channel is deprecated in favor of nightly channel. See [About Docker CE](/install/index.md) for details on how to access the nightly channel.**
|
||||||
|
|
||||||
The latest Docker CE Edge release is **[{{ site.docker_ce_edge_version }}](https://docs.docker.com/release-notes/docker-ce/#edge-releases)**.
|
The latest Docker CE Stable release is **[{{ site.docker_ce_stable_version }}](/engine/release-notes/)**.
|
||||||
|
|
||||||
The Docker CE Edge channel provides monthly releases which allow you to try new
|
|
||||||
features of Docker and verify bug fixes quickly. Each edge release is only
|
|
||||||
supported for one month and does not receive updates after a new Edge release is
|
|
||||||
available.
|
|
||||||
|
|
||||||
Stable releases are not published to the Edge channel, so Linux repository users
|
Stable releases are not published to the Edge channel, so Linux repository users
|
||||||
should subscribe to both Edge and Stable channels.
|
should subscribe to the Stable channels.
|
||||||
|
|
||||||
> Commercial support is not available for Docker CE. For information about all Docker release channels and expectations about support, see [About Docker CE](/install/index.md).
|
> Commercial support is not available for Docker CE. For information about all Docker release channels and expectations about support, see [About Docker CE](/install/index.md).
|
||||||
|
|
||||||
Documentation for API and CLI references is updated with each Edge release as
|
### Docker CE resources
|
||||||
appropriate. However, full documentation for features may not be available until
|
|
||||||
a Docker CE Stable release incorporates the feature.
|
|
||||||
|
|
||||||
### Docker CE Edge resources
|
- [Docker CLI (docker) reference](/engine/reference/commandline/docker/)
|
||||||
|
- [Docker Daemon CLI (dockerd) reference](/engine/reference/commandline/dockerd/)
|
||||||
- The [Docker CE Edge CLI reference](/edge/engine/reference/commandline/docker/)
|
|
||||||
includes commands, options, and flags which have not yet been integrated into
|
|
||||||
a Docker CE Stable release.
|
|
||||||
|
|
||||||
- The [Docker CE Edge dockerd reference](/edge/engine/reference/commandline/dockerd/)
|
|
||||||
includes commands, options, and flags for the Docker daemon which have not yet
|
|
||||||
been integrated into a Docker CE Stable release.
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue