Search notes:

docker start

docker start starts one or more stopped containers.
docker start [OPTIONS] CONTAINER [CONTAINER…]

Options

-a --attach Attach stdout and stderr and forward signals
--detach-keys string Override the key sequence for detaching a container
-i --interactive Attach container's stdin

See also

Docker commands such as docker run or docker stop.

Index