mirror of https://github.com/tteck/Proxmox.git
Update docker-install.sh
overlay2 should be default not vfs which is set if there is no storage driver in LXC ;/
This commit is contained in:
parent
08e6a95a27
commit
9c69ae2e27
|
@ -105,7 +105,7 @@ chmod 755 /usr/local/bin/fuse-overlayfs
|
|||
cd ~
|
||||
echo -e '{\n "storage-driver": "fuse-overlayfs",\n "log-driver": "journald"\n}' > /etc/docker/daemon.json
|
||||
else
|
||||
echo -e '{\n "log-driver": "journald"\n}' > /etc/docker/daemon.json
|
||||
echo -e '{\n "storage-driver": "overlay2",\n "log-driver": "journald"\n}' > /etc/docker/daemon.json
|
||||
fi
|
||||
sh <(curl -sSL https://get.docker.com) &>/dev/null
|
||||
msg_ok "Installed Docker $DOCKER_LATEST_VERSION"
|
||||
|
|
Loading…
Reference in New Issue