Docker service failed : Job for docker.service failed because the control process exited with error code

Someone posted a fix in that thread that worked for me as well:

sudo update-alternatives --set iptables /usr/sbin/iptables-legacy
sudo apt reinstall docker-ce

1 Like