Digital Marketing

Install Docker on AWS EC2

// update
sudo yum update -y
// install most recent package
sudo amazon-linux-extras install docker
// start the service docker
sudo service docker start
// add the ec2-docker user to the group
sudo usermod -a -G docker ec2-user

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database