Created
October 31, 2019 23:47
-
-
Save gitDbits/4cd846f0c4c8eda0f4874fc4b901dcd4 to your computer and use it in GitHub Desktop.
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 get.docker.com -o get-docker.sh | |
| bash get-docker.sh | |
| sudo usermod -aG docker YOUR_USER_NAME | |
| docker --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment