removed lines to make docker dir

This commit is contained in:
2024-04-10 20:01:10 -05:00
parent 04e71ce358
commit aa43328ca6

View File

@@ -11,8 +11,6 @@ if [[ ! -f /etc/apt/keyrings/docker.gpg ]]
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
adduser akanealw docker
systemctl enable docker.service
systemctl enable containerd.service