

systemd: Failed to start Service for snap application docker.dockerd. systemd: : Start request repeated too quickly. systemd: Stopped Service for snap application docker.dockerd. systemd: : Scheduled restart job, restart counter is at 5. systemd: : Service hold-off time over, scheduling restart. systemd: : Failed with result 'exit-code'. systemd: : Main process exited, code=exited, status=1/FAILURE docker.dockerd: failed to start daemon: Error saving key file: open /etc/docker/.tmp-key.json485929544: no such file or directory Running snap logs docker, returns: systemd: Started Service for snap application docker.dockerd. Thinking it needs a restart, I do sudo snap restart docker.ĭocker restart successfully, doing ps -a returns: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Data is restored, but docker images still returns an empty list. When I see all the container and volume data gone, I realise snap create a snapshot and run sudo snap restore 5. Docker works, ps -a returns an empty list, so does images. The fifth time it created it successfully.
Audioswitcher ubuntu 18.04 install#
That's when I recall that I used snap to install it.Īt this point I do sudo snap remove docker, not being well accustomed with snap, I stop the process four times because it was taking too long - unbeknownst to me it was creating a snapshot. I try systemctl and service again but same output. Apparently I also had it installed via apt-get, (but not worked with it?), as the remove worked. I decide to reinstall docker and do apt-get remove docker and apt-get install docker. Having forgotten I installed it via snap, I try to restart the service using systemctl start docker and service start docker but: Failed to start rvice: Unit rvice not found. I haven't used docker in that time and have restated my computer only once - yesterday. Last one I did was three days ago, on Monday. I have not used snap in quite some time and been mostly doing apt-get updates and upgrades. Today I get to work and the command sudo docker start 0e0 gives me: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. I have around 5 images on there and worked quite a bit on them. I've had Docker installed via Snap on Ubuntu 18.04 a year or so ago.
