1podman-start(1)()                                            podman-start(1)()
2
3
4

NAME

6       podman-start - Start one or more containers
7
8

SYNOPSIS

10       podman start [options] container ...
11
12
13       podman container start [options] container ...
14
15

DESCRIPTION

17       Start  one  or  more containers.  You may use container IDs or names as
18       input.  The attach and interactive options cannot be used  to  override
19       the  --tty  and  --interactive options from when the container was cre‐
20       ated. If you attempt to start a running  container  with  the  --attach
21       option, podman will simply attach to the container.
22
23

OPTIONS

25       --attach, -a
26
27
28       Attach  container's  STDOUT  and  STDERR.   The  default is false. This
29       option cannot be used when starting multiple containers.
30
31
32       --detach-keys=sequence
33
34
35       Specify the key sequence for detaching a container. Format is a  single
36       character [a-Z] or one or more ctrl-<value> characters where <value> is
37       one of: a-z, @, ^, [, , or _. Specifying "" will disable this  feature.
38       The default is ctrl-p,ctrl-q.
39
40
41       --interactive, -i
42
43
44       Attach container's STDIN. The default is false.
45
46
47       --latest, -l
48
49
50       Instead  of  providing  the  container name or ID, use the last created
51       container. If you use methods other than Podman to run containers  such
52       as  CRI-O,  the  last  started  container could be from either of those
53       methods.
54
55
56       The latest option is not supported on the remote client.
57
58
59       --sig-proxy=true|false
60
61
62       Proxy received signals to the process  (non-TTY  mode  only).  SIGCHLD,
63       SIGSTOP,  and SIGKILL are not proxied. The default is true when attach‐
64       ing, false otherwise.
65
66

EXAMPLE

68       podman start mywebserver
69
70
71       podman start 860a4b231279 5421ab43b45
72
73
74       podman start --interactive --attach 860a4b231279
75
76
77       podman start -i -l
78
79

SEE ALSO

81       podman(1), podman-create(1)
82
83

HISTORY

85       November 2018, Originally compiled  by  Brent  Baude  bbaude@redhat.com
86       ⟨mailto:bbaude@redhat.com⟩
87
88
89
90                                                             podman-start(1)()
Impressum