How to install docker?

Posted by

Step 1:

login to ip address on your machine

Step 2 : run this command

$ curl -fsSL get.docker.com -o get-docker.sh

Step 3 : run this command

$ sudo sh get-docker.sh

Step 4 : Enable Docker

$ sudo systemctl enable docker

Step 5 : Start Docker

$ sudo systemctl start docker

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x