Last active
March 21, 2017 08:30
-
-
Save RichoDemus/e5758f2ced5f0037ace6f7084054644e to your computer and use it in GitHub Desktop.
Playing around with AWS
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
# SSH | |
ssh ec2-user@<dns name> | |
#update and install docker | |
sudo yum update -y && sudo yum install -y docker && sudo service docker start && sudo usermod -a -G docker ec2-user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment