From 68efb27e990a52478d9927911757a07910244dc5 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Tue, 30 Jun 2015 17:33:04 -0700 Subject: [PATCH] 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 --- docs/reference/commandline/daemon.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/reference/commandline/daemon.md b/docs/reference/commandline/daemon.md index cb56ab5454..07acb65e10 100644 --- a/docs/reference/commandline/daemon.md +++ b/docs/reference/commandline/daemon.md @@ -323,9 +323,6 @@ options for `zfs` start with `zfs`. $ docker -d --storage-opt dm.blkdiscard=false - -## Docker execdriver option - Currently supported options of `zfs`: * `zfs.fsname` @@ -338,6 +335,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`.