Files
docker-docs/_data/engine-cli/docker_start.yaml
French Ben a1933d276b New CLI added
Signed-off-by: French Ben <frenchben@docker.com>
2017-02-14 14:30:56 -08:00

27 lines
716 B
YAML

command: docker start
short: Start one or more stopped containers
long: Start one or more stopped containers
usage: docker start [OPTIONS] CONTAINER [CONTAINER...]
pname: docker
plink: docker.yaml
options:
- option: attach
shorthand: a
default_value: "false"
description: Attach STDOUT/STDERR and forward signals
- option: checkpoint
description: Restore from this checkpoint
- option: checkpoint-dir
description: Use a custom checkpoint storage directory
- option: detach-keys
description: Override the key sequence for detaching a container
- option: interactive
shorthand: i
default_value: "false"
description: Attach container's STDIN
example: |-
```bash
$ docker start my_container
```