2015-09-16 13:09:10 -04:00
<!-- [metadata]>
+++
title = "Docker storage drivers"
description = "Learn how select the proper storage driver for your container."
keywords = ["container, storage, driver, AUFS, btfs, devicemapper,zvfs"]
[menu.main]
2016-01-23 23:36:40 -05:00
identifier = "engine_driver"
parent = "engine_guide"
2015-09-16 13:09:10 -04:00
weight = 7
+++
<![end-metadata]-->
# Docker storage drivers
2015-12-20 01:46:53 -05:00
Docker relies on driver technology to manage the storage and interactions associated with images and the containers that run them. This section contains the following pages:
2015-09-16 13:09:10 -04:00
* [Understand images, containers, and storage drivers ](imagesandcontainers.md )
* [Select a storage driver ](selectadriver.md )
* [AUFS storage driver in practice ](aufs-driver.md )
2015-11-04 14:23:16 -05:00
* [Btrfs storage driver in practice ](btrfs-driver.md )
2015-09-16 13:09:10 -04:00
* [Device Mapper storage driver in practice ](device-mapper-driver.md )
* [OverlayFS in practice ](overlayfs-driver.md )
2015-11-04 14:23:16 -05:00
* [ZFS storage in practice ](zfs-driver.md )
2015-09-16 13:09:10 -04:00
If you are new to Docker containers make sure you read ["Understand images, containers, and storage drivers" ](imagesandcontainers.md ) first. It explains key concepts and technologies that can help you when working with storage drivers.
2016-02-11 18:21:52 -05:00
### Acknowledgment
2015-11-03 08:52:33 -05:00
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](http://www.pluralsight.com/author/nigel-poulton), co-hosts the weekly
[In Tech We Trust podcast ](http://intechwetrustpodcast.com/ ), and lives it large
on [Twitter ](https://twitter.com/nigelpoulton ).
2015-09-16 13:09:10 -04:00