Last active
January 20, 2017 08:23
-
-
Save gaga5lala/44a1b6543459dd8fd26a2b13a90193c8 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
#!/bin/bash | |
# Install docker and add permission your user. | |
bash <(curl -s https://get.docker.com) | |
# Add user to docker group | |
sudo usermod -aG docker `whoami` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment