docker服务重启 - 简书
https://www.jianshu.com/p/7acc784c037624.06.2019 · docker服务重启 systemctl 方式. 守护进程重启 sudo systemctl daemon-reload 重启docker服务 sudo systemctl restart docker 关闭docker sudo systemctl stop docker. service 方式. 重启docker服务 sudo service docker restart 关闭docker sudo service docker stop
Restart Docker Ubuntu
blogflow.danelleandryan.us › restart-docker-ubuntuJan 05, 2022 · On Windows hosts, restart Docker. Instead of following this procedure, you can also stop the Docker daemon and restart it manually with the debug flag -D.However, this may result in Docker restarting with a different environment than the one the hosts’ startup scripts create, and this may make debugging more difficult.