Created
May 22, 2019 20:32
-
-
Save pindlebot/8f36d139695cc130e3f74f691b94a988 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
#!/usr/bin/env bash | |
sudo yum update -y | |
sudo amazon-linux-extras install docker | |
sudo service docker start | |
sudo usermod -a -G docker ec2-user | |
docker info |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment