We can use the following commands if we want to control Docker using the systemd:
$ systemctl start/stop docker $ service docker start/stop
These commands help us to start and stop Docker services in our machines.