From b674ae0639a893c4b20a848e8ab837b8455f3aae Mon Sep 17 00:00:00 2001 From: David Calavera Date: Tue, 16 Jun 2015 10:12:00 -0700 Subject: [PATCH] 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 --- docs/reference/commandline/cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/commandline/cli.md b/docs/reference/commandline/cli.md index 89d0c90a99..d8dea6d458 100644 --- a/docs/reference/commandline/cli.md +++ b/docs/reference/commandline/cli.md @@ -474,8 +474,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` @@ -488,6 +486,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`.