Last active
August 28, 2024 01:17
-
-
Save skeptrunedev/28891e36805a822c1f9bf5204e08ca52 to your computer and use it in GitHub Desktop.
Get Docker URL
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