mirror of https://github.com/docker/docs.git
Fixes #781
This commit is contained in:
parent
a974754bf5
commit
a643a524c3
|
@ -2,6 +2,8 @@
|
||||||
description: Learn the technologies that support storage drivers.
|
description: Learn the technologies that support storage drivers.
|
||||||
keywords: container, storage, driver, AUFS, btfs, devicemapper,zvfs
|
keywords: container, storage, driver, AUFS, btfs, devicemapper,zvfs
|
||||||
title: Understand images, containers, and storage drivers
|
title: Understand images, containers, and storage drivers
|
||||||
|
redirect_from:
|
||||||
|
- /en/latest/terms/layer/
|
||||||
---
|
---
|
||||||
|
|
||||||
To use storage drivers effectively, you must understand how Docker builds and
|
To use storage drivers effectively, you must understand how Docker builds and
|
||||||
|
@ -501,4 +503,4 @@ For detailed information about data volumes
|
||||||
* [Select a storage driver](selectadriver.md)
|
* [Select a storage driver](selectadriver.md)
|
||||||
* [AUFS storage driver in practice](aufs-driver.md)
|
* [AUFS storage driver in practice](aufs-driver.md)
|
||||||
* [Btrfs storage driver in practice](btrfs-driver.md)
|
* [Btrfs storage driver in practice](btrfs-driver.md)
|
||||||
* [Device Mapper storage driver in practice](device-mapper-driver.md)
|
* [Device Mapper storage driver in practice](device-mapper-driver.md)
|
||||||
|
|
Loading…
Reference in New Issue