How to setup and use Docker on Free AWS Linux, Complete beginners hands on in 7 Steps
All Free Tutorials 2nd Part SETUP Step 1 Create an account on AWS and login to your account Step 2 Launch a AWS Linux EC2 Instance and connect to your AWS Instance Check linux information cat, etc, release rpm E rhel Step 3 Install Docker sudo yum update y sudo amazonlinuxextras install docker sudo docker version Step 4 Start Docker service sudo service docker start Step 5 Check Docker is running sudo docker info Step 6 Add the ec2user to the docker group so you can run Docker commands without using sudo: sudo usermod aG docker ec2user Exit and reconnect to the instance for this to take effect logout Step 7 Test your Docker installat. .., RaghavPal, howtosetupdockeronlinux, DeployingcontainersonAWSLinuxwithDocker, AWSandDocker:Aperfectmatchforcloudcomputing, FromzerotoDockeronAWSinunder30minutes, MasteringDockeronAWSTipsandtechniquesforeffectivecontainerization. 20230314 UgTt8qOsgEU
|
|