浏览代码

Update docker.sh

tteckster 3 年之前
父节点
当前提交
14d3476878
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ct/docker.sh

+ 1 - 1
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