How to run docker daemon? - Stack Overflow
https://stackoverflow.com/questions/4323268704.04.2017 · If you stopped the service, you would need the following command to start it again: $ sudo service docker start # for work with SysVinit $ sudo systemctl start docker # for work with Systemd Also to stopped again, you might use: $ sudo service docker stop # for work with SysVinit $ sudo systemctl stop docker # for work with Systemd
Start Docker Daemon Ubuntu 18.04
blogflow.danelleandryan.us › start-docker-daemonJan 04, 2022 · Start the daemon using operating system utilities. On a typical installation the Docker daemon is started by a system utility,not manually by a user. This makes it easier to automatically start Docker whenthe machine reboots. The command to start Docker depends on your operating system. Check the correctpage under Install Docker.