Skip to content

Instantly share code, notes, and snippets.

@tacitphoenix
Created August 4, 2020 12:03
Show Gist options
  • Save tacitphoenix/2d227d48b6119af608d9cb47dc801608 to your computer and use it in GitHub Desktop.
Save tacitphoenix/2d227d48b6119af608d9cb47dc801608 to your computer and use it in GitHub Desktop.
Docker ready ec2 instance
#!/bin/bash
# update and dependencies
sudo yum update -y
sudo yum install docker -y
# start docker
sudo service docker start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment