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

EXAMPLE

58       podman start mywebserver
59
60
61       podman start 860a4b231279 5421ab43b45
62
63
64       podman start --interactive --attach 860a4b231279
65
66
67       podman start -i -l
68
69

SEE ALSO

71       podman(1), podman-create(1)
72
73

HISTORY

75       November 2018, Originally compiled  by  Brent  Baude  bbaude@redhat.com
76       ⟨mailto:bbaude@redhat.com⟩
77
78
79
80                                                             podman-start(1)()
Impressum