07-18 Docker 基本命令 Docker 基本命令 1、docker的启动、停止、重启[root@localhost ~]# service docker restart Redirecting to /bin/systemctl restart docker.service [root@localhost ~]# service docker stop Redirecting to /bin/systemctl stop docker.service [root@localhost ~]# service docker start Redirecting to /bin/systemctl start docker.service +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 搜索可用镜像 # docker search imagesName 删除镜像 # docker rmi [-f] imageID/imagesName -f 为强制删除 拉取镜像 # docker p... LINUX,Docker 1,405 阅读 07月18日 1,405 阅读 0 评论