Skip to content

Instantly share code, notes, and snippets.

View hemedah101's full-sized avatar
🌱
Growing

Abdallah Hemedah hemedah101

🌱
Growing
  • Egypt
View GitHub Profile
  • Create aws ec2 instance of type Amazon Linux 2 AMI
  • Connect to the instance
  • Install Docker:
    • sudo yum update -y
    • sudo amazon-linux-extras install docker
    • sudo usermod -a -G docker ec2-user
    • reboot instance and reconnect
    • sudo service docker start
    • docker --version
`create aws ec2 instance Amazon Linux 2 AMI`