added lines to install fuse-overlayfs

This commit is contained in:
2024-04-10 19:55:36 -05:00
parent 1580784a5f
commit 04e71ce358

View File

@@ -8,6 +8,8 @@ fi
if [[ ! -f /etc/apt/keyrings/docker.gpg ]]
then
apt-get update
apt-get install -y fuse-overlayfs
curl -fsSL https://get.docker.com | sh
mkdir /home/akanealw/docker
chown -R akanealw:akanealw /home/akanealw/docker