Last active
March 5, 2026 00:43
-
-
Save nedix/e605d0bffab82e6d85f9f82a63f2f1f4 to your computer and use it in GitHub Desktop.
install-docker.sh
This file contains hidden or 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
| wget -q https://raw.githubusercontent.com/docker/docker-install/refs/heads/master/install.sh -O docker.sh \ | |
| && chmod +x docker.sh \ | |
| && ./docker.sh \ | |
| && systemctl enable docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment