From ddb31b4fdf7311ad6c7e62aa15b5f6da16518e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iago=20L=C3=B3pez=20Galeiras?= Date: Mon, 4 Sep 2017 16:46:05 +0200 Subject: [PATCH] Add missing eCryptfs translation to FsNames MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was causing the error message to be 'overlay' is not supported over instead of 'overlay' is not supported over ecryptfs Signed-off-by: Iago López Galeiras --- daemon/graphdriver/driver_linux.go | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/graphdriver/driver_linux.go b/daemon/graphdriver/driver_linux.go index 50c8e6a6ef..a2be46b53a 100644 --- a/daemon/graphdriver/driver_linux.go +++ b/daemon/graphdriver/driver_linux.go @@ -67,6 +67,7 @@ var ( FsMagicAufs: "aufs", FsMagicBtrfs: "btrfs", FsMagicCramfs: "cramfs", + FsMagicEcryptfs: "ecryptfs", FsMagicExtfs: "extfs", FsMagicF2fs: "f2fs", FsMagicGPFS: "gpfs",