docker start命令-启动一个容器

start 启动一个已经被停止的容器

Usage: docker start CONTAINER [CONTAINER...]Restart a stopped container


-a,--attach=falseAttach container's STDOUT and STDERR and forward all signals to the process
-i, --interactive=false Attach container'
s STDIN

如果容器已经被停止的那么就什么都不做.