3.1 Reloading or Restarting the Docker Engine
docs.oracle.com › cd › E37670_01The Docker Engine must reload configuration information if any changes are made to the Docker configuration. To do this, you must restart the docker service.. If you edit the /etc/sysconfig/docker configuration file while the docker service is running, you must restart the service to make the changes take effect.
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