Comment 11 for bug 1878324

Revision history for this message
Bryce Harrington (bryce) wrote :

systemd is used in Ubuntu 20.04 for managing services. Some things still work with the legacy init system but in general you should be using commands like:

$ sudo apt install docker.io
$ sudo systemctl start docker
$ sudo systemctl status docker

Let us know if that does not work.