소스 검색

Update docker-install.sh

tteckster 2 년 전
부모
커밋
2cdc4d4115
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      setup/docker-install.sh

+ 1 - 0
setup/docker-install.sh

@@ -102,6 +102,7 @@ VER=$(curl -s https://api.github.com/repos/containers/fuse-overlayfs/releases/la
 cd /usr/local/bin
 curl -sSL -o fuse-overlayfs https://github.com/containers/fuse-overlayfs/releases/download/$VER/fuse-overlayfs-x86_64
 chmod 755 /usr/local/bin/fuse-overlayfs
+echo -e '{\n  "storage-driver": "fuse-overlayfs"\n}' > /etc/docker/daemon.json
 cd ~
 fi
 cat >$DOCKER_CONFIG_PATH <<'EOF'