added lines to install fuse-overlayfs
This commit is contained in:
2
debian/debian-install-docker-lxc.sh
vendored
2
debian/debian-install-docker-lxc.sh
vendored
@@ -8,6 +8,8 @@ fi
|
|||||||
|
|
||||||
if [[ ! -f /etc/apt/keyrings/docker.gpg ]]
|
if [[ ! -f /etc/apt/keyrings/docker.gpg ]]
|
||||||
then
|
then
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y fuse-overlayfs
|
||||||
curl -fsSL https://get.docker.com | sh
|
curl -fsSL https://get.docker.com | sh
|
||||||
mkdir /home/akanealw/docker
|
mkdir /home/akanealw/docker
|
||||||
chown -R akanealw:akanealw /home/akanealw/docker
|
chown -R akanealw:akanealw /home/akanealw/docker
|
||||||
|
|||||||
Reference in New Issue
Block a user