Options (2)
booleanStart a Docker container
Example:
docker {{[start|container start]}} {{container}}-a, --attachbooleanStart a container, attaching `stdout` and `stderr`, and forwarding signals
Example:
docker {{[start|container start]}} {{[-a|--attach]}} {{container}}Examples (4)
Start a Docker container
docker [start|container start] containerStart a container, attaching `stdout` and `stderr`, and forwarding signals
docker [start|container start] [-a|--attach] containerStart one or more containers
docker [start|container start] container1 container2 ...Display help
docker [start|container start] --helpmade by @shridhargupta | data from tldr-pages