diff --git a/components/engine/docs/reference/commandline/cli.md b/components/engine/docs/reference/commandline/cli.md index 89d0c90a99..d8dea6d458 100644 --- a/components/engine/docs/reference/commandline/cli.md +++ b/components/engine/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`.