I installed docker via snap in Ubuntu. It worked fine until I rebooted. Since reboot, it won't stay started.
So we start the daemon manually:
$ sudo snap start docker
Started.
Cool. Looks started to me.
$ docker run hello-world
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
See 'docker run --help'.
Nope. Nope it was not.
What's going on and how do I fix it?
I would like to be able to start it manually, and also for it to start automatically at login.