1DOCKER(1)                          JUNE 2014                         DOCKER(1)
2
3
4

NAME

6       docker-start - Start one or more containers
7
8
9

SYNOPSIS

11       docker start [-a|--attach] [--detach-keys[=[]]] [--help]
12       [-i|--interactive] CONTAINER [CONTAINER...]
13
14
15

DESCRIPTION

17       Start one or more containers.
18
19
20

OPTIONS

22       -a, --attach=true|false
23          Attach container's STDOUT and STDERR and forward all signals to the
24          process. The default is false.
25
26
27       --detach-keys=""
28          Override the key sequence for detaching a container. Format is a
29       single character [a-Z] or ctrl-<value> where <value> is one of: a-z, @,
30       ^, [, , or _.
31
32
33       --help
34         Print usage statement
35
36
37       -i, --interactive=true|false
38          Attach container's STDIN. The default is false.
39
40
41

See also

43       docker-stop(1) to stop a container.
44
45
46

HISTORY

48       April 2014, Originally compiled by William Henry (whenry at redhat dot
49       com) based on docker.com source material and internal work.  June 2014,
50       updated by Sven Dowideit ⟨SvenDowideit@home.org.au⟩
51
52
53
54Docker Community              Docker User Manuals                    DOCKER(1)
Impressum