主页

索引

模块索引

搜索页面

docker start

Usage:

// Start one or more stopped containers
$ docker start [OPTIONS] CONTAINER [CONTAINER...]

实例:

$ docker start <containerName>

Options:

-a, --attach               Attach STDOUT/STDERR and forward signals
    --detach-keys string   Override the key sequence for detaching a container
-i, --interactive          Attach container's STDIN

主页

索引

模块索引

搜索页面