Created
July 13, 2023 05:52
-
-
Save LitHaxor/8cc92195022b351343adb1d08600e4e3 to your computer and use it in GitHub Desktop.
Docker installation Bash Script Ubuntu
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
| curl -fsSL https://get.docker.com -o get-docker.sh | |
| sudo sh get-docker.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment