mirror of
https://github.com/docker/cli.git
synced 2025-07-04 02:02:35 +03:00
these markdown files are not consumed directly in the docs, but only their content is included through the YAML does, so there's no need to have these comments in them Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
546 B
546 B
title, description, keywords
title | description | keywords |
---|---|---|
start | The start command description and usage | Start, container, stopped |
start
Usage: docker start [OPTIONS] CONTAINER [CONTAINER...]
Start one or more stopped containers
Options:
-a, --attach Attach STDOUT/STDERR and forward signals
--detach-keys string Override the key sequence for detaching a container
--help Print usage
-i, --interactive Attach container's STDIN
Examples
$ docker start my_container