Docker start/stop/restart 命令
Docker 教程
· 2019-02-18 12:28:55
docker start :启动一个或多个已经被停止的容器
docker stop :停止一个运行中的容器
docker restart :重启容器
语法
docker start [OPTIONS] CONTAINER [CONTAINER...]
docker stop [OPTIONS] CONTAINER [CONTAINER...]
docker restart [OPTIONS] CONTAINER [CONTAINER...]
实例
启动已被停止的容器mycodercto
docker start mycodercto
停止运行中的容器mycodercto
docker stop mycodercto
重启容器mycodercto
docker restart mycodercto
点击查看所有 Docker 教程 文章: https://codercto.com/courses/l/15.html
Beginning PHP and MySQL 5
W. Jason Gilmore / Apress / 2006-01-23 / USD 44.99
Beginning PHP and MySQL 5: From Novice to Professional, Second Edition offers comprehensive information about two of the most prominent open source technologies on the planet: the PHP scripting langua......一起来看看 《Beginning PHP and MySQL 5》 这本书的介绍吧!