Last active
June 8, 2020 15:36
-
-
Save amit-gshe/4c72ea285508889fbacbfbfa3085e28d to your computer and use it in GitHub Desktop.
install.sh
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
#!/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