Last active
July 22, 2019 11:54
-
-
Save robertstarmer/4b97a87b30be8a83dd3ca13156482c4c 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
sudo amazon-linux-extras install docker | |
sudo systemctl restart docker | |
sudo usermod -a -G docker ec2-user | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment