From 48ce1ddfd870a844cd09f46d0f8a615e41a77f0b Mon Sep 17 00:00:00 2001 From: Anne Henmi <41210220+ahh-docker@users.noreply.github.com> Date: Tue, 4 Dec 2018 12:57:04 -0700 Subject: [PATCH] Update zfs-driver.md Technical review complete by @andrewhsu. --- storage/storagedriver/zfs-driver.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/storage/storagedriver/zfs-driver.md b/storage/storagedriver/zfs-driver.md index 492cc351f5..46f83af919 100644 --- a/storage/storagedriver/zfs-driver.md +++ b/storage/storagedriver/zfs-driver.md @@ -44,10 +44,8 @@ use unless you have substantial experience with ZFS on Linux. and push existing images to Docker Hub or a private repository, so that you do not need to re-create them later. -> ***NOTE:*** There is no need to use `MountFlags=slave` with Docker Engine 18.09 because `dockerd` -> and `containerd` end up in different mount namespaces, and `containerd` cannot see those mounts. -> This is resulting from Docker Engine no longer starting `containerd` as a service, but relying -> on `systemd` to start the `containerd` service. +> ***NOTE:*** There is no need to use `MountFlags=slave` with Docker Engine 18.09 or +> later because `dockerd` and `containerd` are in different mount namespaces. ## Configure Docker with the `zfs` storage driver