added docker folder creation

This commit is contained in:
2024-03-04 21:10:28 -06:00
parent f630cfae9f
commit 9a164d4e5e

View File

@@ -5,11 +5,13 @@ if [[ ! $(id -u) = 0 ]]; then
exit 1
fi
apk update
apk upgrade
apk update && apk upgrade
apk add docker docker-cli-compose
addgroup akanealw docker
mkdir /home/akanealw/docker
chown -R akanealw:akanealw /home/akanealw/docker
rc-update add docker default
service docker start