sudo systemctl apt-get install docker docker-ce
I had the same problem.
Try this:
sudo systemctl unmask docker
sudo systemctl start docker found bug here:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1844894 1.7k
sudo systemctl apt-get install docker docker-ce
I had the same problem.
Try this:
sudo systemctl unmask docker
sudo systemctl start docker found bug here:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1844894 1.7k