# 服务的启动/关闭/重启 service docker start/stop/restart systemctl start/stop/restart docker.service # 查看服务状态 service docker status systemctl status docker.service
0