Update release-notes.md

Added aufs deprecation notice.
This commit is contained in:
Anne Henmi 2018-10-30 08:48:25 -06:00 committed by GitHub
parent 1e526c4b06
commit f6499a5c15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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