mirror of https://github.com/docker/cli.git
daemon.md: fix placement of exec driver heading
Options for zfs storage driver were incorrectly placed under 'exec driver options' header. Move the header to the correct place. Signed-off-by: Kir Kolyshkin <kir@openvz.org>
This commit is contained in:
parent
11e73c0252
commit
19e5936533
|
@ -323,9 +323,6 @@ options for `zfs` start with `zfs`.
|
||||||
|
|
||||||
$ docker -d --storage-opt dm.blkdiscard=false
|
$ docker -d --storage-opt dm.blkdiscard=false
|
||||||
|
|
||||||
|
|
||||||
## Docker execdriver option
|
|
||||||
|
|
||||||
Currently supported options of `zfs`:
|
Currently supported options of `zfs`:
|
||||||
|
|
||||||
* `zfs.fsname`
|
* `zfs.fsname`
|
||||||
|
@ -338,6 +335,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…
Reference in New Issue