mirror of https://github.com/docker/docs.git
parent
1e526c4b06
commit
f6499a5c15
|
@ -115,6 +115,10 @@ default for Docker engine implementations.
|
|||
In this release, Docker has also removed support for TLS < 1.2 [moby/moby#37660](https://github.com/moby/moby/pull/37660),
|
||||
Ubuntu 14.04 "Trusty Tahr" [docker-ce-packaging#255](https://github.com/docker/docker-ce-packaging/pull/255) / [docker-ce-packaging#254](https://github.com/docker/docker-ce-packaging/pull/254), and Debian 8 "Jessie" [docker-ce-packaging#255](https://github.com/docker/docker-ce-packaging/pull/255) / [docker-ce-packaging#254](https://github.com/docker/docker-ce-packaging/pull/254).
|
||||
|
||||
The `aufs` storage driver is deprecated in favor of `overlay2`, and will be removed in a future release.
|
||||
Docker recommends `aufs` storage driver users migrate to a different storage driver, such as `overlay2`, which
|
||||
is now the default storage driver [cli#1485](cli#1485).
|
||||
|
||||
For more information on the list of deprecated flags and APIs, have a look at the [deprecation information](https://docs.docker.com/engine/deprecated/) where you can find the target removal dates.
|
||||
|
||||
## Older Docker Engine EE Release notes
|
||||
|
|
Loading…
Reference in New Issue