You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: edge/index.md
+12-24Lines changed: 12 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,40 +4,28 @@ description: Information about current Docker Edge releases
4
4
keywords: engine, edge, installation
5
5
---
6
6
7
-
The current Docker CE Edge release is {{ site.docker_ce_edge_version }}. The Docker CE
8
-
Edge channel provides monthly releases which allow you to try new features of
9
-
Docker and verify bug fixes quickly. Edge releases are only supported for one
10
-
month, and a given Edge release does not receive any updates once a new Edge
11
-
release is available.
7
+
The current Docker CE Edge release is **[{{ site.docker_ce_edge_version }}](https://docs.docker.com/release-notes/docker-ce/#edge-releases)**.
12
8
13
-
Stable releases are not published to the Edge channel, so Linux repository users
14
-
still need to subscribe to the stable channel as well.
15
-
16
-
Commercial support is not available for Docker CE.
17
-
18
-
For information about all Docker release channels and expectations about
19
-
support, see [Docker channels](/install/index.md#docker-channels).
9
+
The Docker CE Edge channel provides monthly releases which allow you to try new
10
+
features of Docker and verify bug fixes quickly. Each edge release is only
11
+
supported for one month and does not receive updates after a new Edge release is
12
+
available.
20
13
21
-
This page lists features that are only available in Docker CE Edge releases.
22
-
Where applicable, the API and CLI reference documentation has been updated to
23
-
reflect these features, but **full documentation for a given feature may not be
24
-
available until a Docker CE Stable release incorporates the feature**.
25
-
26
-
### Docker CE Edge releases
14
+
Stable releases are not published to the Edge channel, so Linux repository users
15
+
should subscribe to both Edge and Stable channels.
27
16
28
-
Check out the
29
-
[release notes for Docker CE Edge 17.07](/release-notes/docker-ce.md#17070-ce-2017-08-29).
17
+
> Commercial support is not available for Docker CE. For information about all Docker release channels and expectations about support, see [Dockerchannels](/install/index.md#docker-channels).
30
18
31
-
If you are still using [Docker CE Edge 17.06](), you should upgrade as soon as
32
-
possible.
19
+
Documentation for API and CLI references is updated with each Edge release as
20
+
appropriate. However, full documentation for features may not be available until
21
+
a Docker CE Stable release incorporates the feature.
33
22
34
23
### Docker CE Edge resources
35
24
36
25
- The [Docker CE Edge CLI reference](/edge/engine/reference/commandline/docker/)
37
26
includes commands, options, and flags which have not yet been integrated into
38
27
a Docker CE Stable release.
39
28
40
-
- The
41
-
[Docker CE Edge dockerd reference](/edge/engine/reference/commandline/dockerd/)
29
+
- The [Docker CE Edge dockerd reference](/edge/engine/reference/commandline/dockerd/)
42
30
includes commands, options, and flags for the Docker daemon which have not yet
0 commit comments