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/
– Luiz Carlos Faria
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).– Bruno Coimbra