docker启动和关闭命令 > 本篇文章由一文多发平台[ArtiPub](https://gith

centos7.x:

docker启动

systemctl start docker

重启docker服务

systemctl restart docker

关闭docker
systemctl stop docker


centos6.x:

docker启动
service docker start

重启docker服务

sudo service docker restart

关闭docker
service docker stop


查看是否启动成功

docker ps -a

docker启动和关闭命令 > 本篇文章由一文多发平台[ArtiPub](https://gith

上一篇:php tp6 踩坑(1)使用cookie助手函数 接口报500错误,但却没用错误信息问题


下一篇:Nginx基础知识————生成自签名ca 证书 使nginx 支持https