Skip to content

Commit 9f537a7

Browse files
committed
docs: remove aufs and legacy overlay
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 78efc98 commit 9f537a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/extend/plugins_graphdriver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ advisory: experimental
2525

2626
Docker graph driver plugins enable admins to use an external/out-of-process
2727
graph driver for use with Docker engine. This is an alternative to using the
28-
built-in storage drivers, such as aufs/overlay/devicemapper/btrfs.
28+
built-in storage drivers, such as overlay2.
2929

3030
You need to install and enable the plugin and then restart the Docker daemon
3131
before using the plugin. See the following example for the correct ordering

docs/reference/commandline/dockerd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ $ docker -H tcp://127.0.0.1:2375 pull ubuntu
323323
### Daemon storage-driver
324324

325325
On Linux, the Docker daemon has support for several different image layer storage
326-
drivers: `aufs`, `devicemapper`, `btrfs`, `zfs`, `overlay`, `overlay2`, and `fuse-overlayfs`.
326+
drivers: `overlay2`, `fuse-overlayfs`, `btrfs`, `zfs`, and `devicemapper`.
327327

328328
`overlay2` is the preferred storage driver for all currently supported Linux distributions,
329329
and is selected by default. Unless users have a strong reason to prefer another storage driver,

0 commit comments

Comments
 (0)