Skip to content

Instantly share code, notes, and snippets.

@felipecruz91
Last active October 4, 2020 00:36
Show Gist options
  • Save felipecruz91/1d6b2ac7865457efda845e3bc0166bc7 to your computer and use it in GitHub Desktop.
Save felipecruz91/1d6b2ac7865457efda845e3bc0166bc7 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Install Docker
sudo apt-get update
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
sudo usermod -aG docker $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment