Created
March 23, 2020 10:15
-
-
Save aya986/4ba8cdc107635f1d42d9cde2ad937dbe 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
# create back up | |
cat /etc/resolv.conf > resolv.conf.old | |
// add shekan dns for in /etc/resolv.conf | |
curl -fsSL get.docker.com -o get-docker.sh | |
sh get-docker.sh | |
// check version of docker | |
docker version | |
// use Docker without sudo on Ubuntu | |
sudo usermod -aG docker your-user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment