mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
90e16ab8f9
Signed-off-by: Mary Anthony <mary@docker.com>
1.5 KiB
1.5 KiB
Docker storage drivers
Docker relies on driver technology to manage the storage and interactions associated with images and they containers that run them. This section contains the following pages:
- Understand images, containers, and storage drivers
- Select a storage driver
- AUFS storage driver in practice
- Btrfs storage driver in practice
- Device Mapper storage driver in practice
- OverlayFS in practice
- ZFS storage in practice
If you are new to Docker containers make sure you read "Understand images, containers, and storage drivers" first. It explains key concepts and technologies that can help you when working with storage drivers.
Acknowledgement
The Docker storage driver material was created in large part by our guest author Nigel Poulton with a bit of help from Docker's own Jérôme Petazzoni. In his spare time Nigel creates IT training videos, co-hosts the weekly In Tech We Trust podcast, and lives it large on Twitter.