Total Pageviews

Search This Blog

Copyright to Cloud TechNet organization . Powered by Blogger.

Pages

Blogger templates

Tuesday, 15 August 2023

Installation of Docker on Amazon Linux:


Create a Linux Instance in AWS.

After Creating Connect the Instance to Putty Session.

Login Session as ec2-user then it's connects to Amazon Linux

 

 

For Root Login run the command sudo su and click enter

It's connects to root user

 

After Connecting to root user, run the command yum install docker -y

For Installation of Docker and click enter then Installation Starts

 

After successful installation it shows complete

 

After Docker Installation run some commands for information

For Docker service run the command service docker start

       Docker Version run the command docker –version

       Docker information run the command docker info

 

 
 
 

0 comments:

Post a Comment