Skip to content

Instantly share code, notes, and snippets.

@irenexychen
Created January 6, 2020 14:48
Show Gist options
  • Save irenexychen/5b76216980660bb5c3df4522c697a5ee to your computer and use it in GitHub Desktop.
Save irenexychen/5b76216980660bb5c3df4522c697a5ee to your computer and use it in GitHub Desktop.
Installation Commands
sudo groupadd docker
sudo usermod -a -G docker $USER
sudo service docker restart
su ${USER}
docker run hello-world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment