Create alpine.sh

This commit is contained in:
hxcde 2023-01-19 22:40:01 +01:00 committed by GitHub
parent 27240a2273
commit b377d4541b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
alpine.sh Normal file
View File

@ -0,0 +1,7 @@
echo Starting docker installation
apk add docker -y
rc-update add docker boot
service docker start
apk add docker-compose -y
echo Docker Installed
docker ps