Update docker.sh

This commit is contained in:
tteckster 2022-03-17 09:59:39 -04:00 committed by GitHub
parent 5587010d4b
commit 14d3476878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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