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

Leave a Reply

Your email address will not be published. Required fields are marked *

0
Would love your thoughts, please comment.x
()
x