Skip to content

Instantly share code, notes, and snippets.

@pindlebot
Created May 22, 2019 20:32
Show Gist options
  • Save pindlebot/8f36d139695cc130e3f74f691b94a988 to your computer and use it in GitHub Desktop.
Save pindlebot/8f36d139695cc130e3f74f691b94a988 to your computer and use it in GitHub Desktop.
#!/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