Skip to content

Instantly share code, notes, and snippets.

@amit-gshe
Last active June 8, 2020 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amit-gshe/4c72ea285508889fbacbfbfa3085e28d to your computer and use it in GitHub Desktop.
Save amit-gshe/4c72ea285508889fbacbfbfa3085e28d to your computer and use it in GitHub Desktop.
install.sh
#!/usr/bin/env sh
sudo yum update -y
sudo yum install -y docker tmux
sudo gpasswd -a $USER docker
sudo sed -i /^OPTIONS/d /etc/sysconfig/docker
sudo systemctl enable --now docker
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment