Browse Source

Update docker.sh

tteckster 3 years ago
parent
commit
14d3476878
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ct/docker.sh

+ 1 - 1
ct/docker.sh

@@ -214,7 +214,7 @@ function cleanup() {
  FEATURES="nesting=1,keyctl=1,fuse=1"
  FEATURES="nesting=1,keyctl=1,fuse=1"
  elif
  elif
  [ "$IM" == "0" ] && [ "$STORAGE_DRIVER" == "fuse" ]; then 
  [ "$IM" == "0" ] && [ "$STORAGE_DRIVER" == "fuse" ]; then 
- FEATURES="nesting=1,keyctl=1,fuse=1"
+ FEATURES="nesting=1,fuse=1"
  else
  else
  FEATURES="nesting=1"
  FEATURES="nesting=1"
  fi
  fi