From 14d3476878842e0f1f7412a1ca2d9260a57c24af Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 17 Mar 2022 09:59:39 -0400 Subject: [PATCH] Update docker.sh --- ct/docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/docker.sh b/ct/docker.sh index 235e44c3..b68ba244 100644 --- a/ct/docker.sh +++ b/ct/docker.sh @@ -214,7 +214,7 @@ function cleanup() { FEATURES="nesting=1,keyctl=1,fuse=1" elif [ "$IM" == "0" ] && [ "$STORAGE_DRIVER" == "fuse" ]; then - FEATURES="nesting=1,keyctl=1,fuse=1" + FEATURES="nesting=1,fuse=1" else FEATURES="nesting=1" fi