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








