* Remove broken version based link to source.
Link to source container version based link that was broken. Propose to use non version based link.
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Docker now supports cgroup v2 (both rootful and rootless)
* Rootless mode graduated from experimental
* New storage driver: fuse-overlayfs
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
The information on this page was a bit outdated, and
with "overlay" and "devicemapper" being phased-out, could
use some changes;
- de-emphasize "overlay", "devicemapper" and "aufs"
- split "recommended" and "alternative drivers" columns
(vfs was listed as a "recommended" driver, but definitely
is not recommended for production use).
- add notes about "overlay" and "devicemapper" being
deprecated in Docker 18.09
- some other textual changes.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>