Skip to content

Instantly share code, notes, and snippets.

@RichoDemus
Last active March 21, 2017 08:30
Show Gist options
  • Save RichoDemus/e5758f2ced5f0037ace6f7084054644e to your computer and use it in GitHub Desktop.
Save RichoDemus/e5758f2ced5f0037ace6f7084054644e to your computer and use it in GitHub Desktop.
Playing around with AWS
# 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