Skip to content

Instantly share code, notes, and snippets.

@gaga5lala
Last active January 20, 2017 08:23
Show Gist options
  • Save gaga5lala/44a1b6543459dd8fd26a2b13a90193c8 to your computer and use it in GitHub Desktop.
Save gaga5lala/44a1b6543459dd8fd26a2b13a90193c8 to your computer and use it in GitHub Desktop.
#!/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