Install Docker On Ec2 Linux
jamiti.co › install-docker-on-ec2-linuxJan 13, 2022 · After launching the official Amazon Linux EC2 image, update the installed packages and install the most recent Docker CE packages: $. /bin/sh yum update -y amazon-linux-extras install docker service docker start usermod -a -G docker ec2-user chkconfig docker on I set up a Security Group that allowed SSH from anywhere.