Pages

Setting up docker on AWS

Create a EC2 instance, I used  and enter the following commands sequentially

`sudo yum update -y`

`sudo yum install -y docker`

Run `sudo docker ps` to verify if docker was installed successfully