Skip to content

Instantly share code, notes, and snippets.

@pierreneter
Last active February 4, 2023 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pierreneter/c98ce656ace9ffbfb7a4e3e9712201da to your computer and use it in GitHub Desktop.
Save pierreneter/c98ce656ace9ffbfb7a4e3e9712201da to your computer and use it in GitHub Desktop.
Docker apline
apk add docker openrc --no-cache
addgroup root docker
rc-update add docker boot
service docker start
@pierreneter
Copy link
Author

curl -sSL https://git.io/J3FWQ | bash -s stable

@pierreneter
Copy link
Author

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