Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit a6f8967

Browse files
authored
Merge pull request #1976 from thaJeztah/19.03_backport_deprecate_aufs
[19.03 backport] Deprecate AuFS storage driver Upstream-commit: 2027d17a9d971f0b4e5c016fb2ec847214820400 Component: cli
2 parents 74cf58c + 3a3fddc commit a6f8967

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

components/cli/docs/deprecated.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,24 @@ Now that support for `overlay2` is added to all supported distros (as they are
6363
either on kernel 4.x, or have support for multiple lowerdirs backported), there
6464
is no reason to continue maintenance of the `devicemapper` storage driver.
6565

66+
### AuFS storage driver
67+
68+
**Deprecated in Release: v19.03.0**
69+
70+
The `aufs` storage driver is deprecated in favor of `overlay2`, and will
71+
be removed in a future release. Users of the `aufs` storage driver are
72+
recommended to migrate to a different storage driver, such as `overlay2`, which
73+
is now the default storage driver.
74+
75+
The `aufs` storage driver facilitates running Docker on distros that have no
76+
support for OverlayFS, such as Ubuntu 14.04 LTS, which originally shipped with
77+
a 3.14 kernel.
78+
79+
Now that Ubuntu 14.04 is no longer a supported distro for Docker, and `overlay2`
80+
is available to all supported distros (as they are either on kernel 4.x, or have
81+
support for multiple lowerdirs backported), there is no reason to continue
82+
maintenance of the `aufs` storage driver.
83+
6684
### Reserved namespaces in engine labels
6785

6886
**Deprecated in Release: v18.06.0**

0 commit comments

Comments
 (0)