V
V
Valery Glukhovtsev2019-01-30 14:30:53
Fedora
Valery Glukhovtsev, 2019-01-30 14:30:53

How to run docker daemon?

I installed docker on the system, but when I run the command
docker run hello-world
I get an error

/usr/bin/docker-current: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
See '/usr/bin/docker-current run --help'.

Tell me how to get around this error, how to start the Docker daemon

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry, 2019-01-30
@valera-glukhovtsev

Service started? What is the system?
If Linux, something like:

systemctl start docker

T
tagaev, 2021-07-06
@tagaev

You can check if the Docker daemon is running like this:
systemctl status docker

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question