Skip to content

Instantly share code, notes, and snippets.

@dimetron
Created October 20, 2019 09:52
Show Gist options
  • Select an option

  • Save dimetron/c516fd3e7632ffd103e7342e2a60a7df to your computer and use it in GitHub Desktop.

Select an option

Save dimetron/c516fd3e7632ffd103e7342e2a60a7df to your computer and use it in GitHub Desktop.
install docker aws
#!/bin/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