Docker is not running

Asked

Viewed 399 times

0

Good night, you guys

I installed the Docker and created some container, my computer crashed and after restarting it while trying to run the Docker command returns the message: Is Docker daemon running on this host?

On the internet I found start commands only for containers, but I can’t find for Docker. If anyone can help, I would appreciate.

  • Link documentation will help you | https://docs.docker.com/engine/admin/systemd/

  • You can include the output of the command in the question uname -a? So it’s easier to help, because we’ll know which version of Ubuntu is running. Whether systemd, Systemv or Upstart (each of them manages processes in a different way).

1 answer

2

You need to add your user to the group docker:

$ sudo usermod -aG docker $USER

then log out/log in again and you must have access.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.