mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05: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:
parent
c80256a31d
commit
b674ae0639
1 changed files with 2 additions and 2 deletions
|
@ -474,8 +474,6 @@ Currently supported options of `devicemapper`:
|
||||||
> Otherwise, set this flag for migrating existing Docker daemons to
|
> Otherwise, set this flag for migrating existing Docker daemons to
|
||||||
> a daemon with a supported environment.
|
> a daemon with a supported environment.
|
||||||
|
|
||||||
### Docker execdriver option
|
|
||||||
|
|
||||||
Currently supported options of `zfs`:
|
Currently supported options of `zfs`:
|
||||||
|
|
||||||
* `zfs.fsname`
|
* `zfs.fsname`
|
||||||
|
@ -488,6 +486,8 @@ Currently supported options of `zfs`:
|
||||||
|
|
||||||
$ docker -d -s zfs --storage-opt zfs.fsname=zroot/docker
|
$ docker -d -s zfs --storage-opt zfs.fsname=zroot/docker
|
||||||
|
|
||||||
|
### Docker execdriver option
|
||||||
|
|
||||||
The Docker daemon uses a specifically built `libcontainer` execution driver as
|
The Docker daemon uses a specifically built `libcontainer` execution driver as
|
||||||
its interface to the Linux kernel `namespaces`, `cgroups`, and `SELinux`.
|
its interface to the Linux kernel `namespaces`, `cgroups`, and `SELinux`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue