rpi 4 -docker.service Loaded: masked (Reason: Unit docker.service is masked.)

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

Leave a Reply