Installing Docker on an EC2 instance

A few useful tips from previous posts:

Install:

sudo yum install docker -y

Start service:

sudo systemctl start docker

Add user to docker group to allow running docker command without sudo:

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.