1
0
mirror of https://github.com/docker/cli.git synced 2025-08-01 04:26:55 +03:00

Move zfs options doc to the storage section.

Zfs options belong to the storage section, but they were added under the exec driver section.

Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
David Calavera
2015-06-16 10:12:00 -07:00
committed by Tibor Vass
parent 6970c146e0
commit 1a184988a2

View File

@ -476,8 +476,6 @@ Currently supported options of `devicemapper`:
> Otherwise, set this flag for migrating existing Docker daemons to
> a daemon with a supported environment.
### Docker execdriver option
Currently supported options of `zfs`:
* `zfs.fsname`
@ -490,6 +488,8 @@ Currently supported options of `zfs`:
$ docker -d -s zfs --storage-opt zfs.fsname=zroot/docker
### Docker execdriver option
The Docker daemon uses a specifically built `libcontainer` execution driver as
its interface to the Linux kernel `namespaces`, `cgroups`, and `SELinux`.