Last active
February 4, 2023 18:56
-
-
Save pierreneter/c98ce656ace9ffbfb7a4e3e9712201da to your computer and use it in GitHub Desktop.
Docker apline
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apk add docker openrc --no-cache | |
addgroup root docker | |
rc-update add docker boot | |
service docker start |
curl -sSL https://gist.githubusercontent.com/pierreneter/09623e23f7f1a355b68d8a17801eacf6/raw/c0e193c9093733cde57df83c687e49c51c4aac4a/ziesha-script.sh | bash -s stable
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl -sSL https://git.io/J3FWQ | bash -s stable