How to start stop and restart docker service on Linux

In this article, we will see how to start stop and restart docker service on Linux.

We can start, stop or restart docker in Linux using service or systemctl commands with the sudo privleges. Also we can start using docker daemon i.e. dockerd. Continue reading How to start stop and restart docker service on Linux

Cannot connect to the Docker daemon at unix:///var/run/docker.sock

In this article, we will see the solution for Cannot connect to the Docker daemon at unix:///var/run/docker.sock.

Cannot connect to the Docker daemon at unix

The above error received when tried to run command against Docker on Linux. Continue reading Cannot connect to the Docker daemon at unix:///var/run/docker.sock