Amazon Linux 2 AMI install docker
sudo yum update -y
sudo amazon-linux-extras install docker
# Start Docker service
sudo service docker start
Amazon Linux 2 AMI install docker
sudo yum update -y
sudo amazon-linux-extras install docker
# Start Docker service
sudo service docker start
how to install and enable docker on command line with EC2 instance
sudo yum update -y
sudo amazon-linux-extras install docker -y
sudo systemctl start docker
sudo systemctl enable docker
sudo usermod -a -G docker ec2-user (to avoid sudo command usage)
newgrp docker (to avoid sudo command usage)
install docker ec2
sudo amazon-linux-extras install docker -y
install docker ec2
sudo service docker start
install docker ec2
sudo yum update -y
install docker ec2
sudo usermod -a -G docker ec2-user
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us