mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
15aa2a663b
Implement configurable detach keys (for `attach`, exec`, `run` and `start`) using the client-side configuration - Adds a `--detach-keys` flag to `attach`, `exec`, `run` and `start` commands. - Adds a new configuration field (in `~/.docker/config.json`) to configure the default escape keys for docker client. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
20 lines
561 B
Markdown
20 lines
561 B
Markdown
<!--[metadata]>
|
|
+++
|
|
title = "start"
|
|
description = "The start command description and usage"
|
|
keywords = ["Start, container, stopped"]
|
|
[menu.main]
|
|
parent = "smn_cli"
|
|
+++
|
|
<![end-metadata]-->
|
|
|
|
# start
|
|
|
|
Usage: docker start [OPTIONS] CONTAINER [CONTAINER...]
|
|
|
|
Start one or more containers
|
|
|
|
-a, --attach Attach STDOUT/STDERR and forward signals
|
|
--detach-keys Specify the escape key sequence used to detach a container
|
|
--help Print usage
|
|
-i, --interactive Attach container's STDIN
|