1podman-start(1)             General Commands Manual            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

DESCRIPTION

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

OPTIONS

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

EXAMPLE

64       podman start mywebserver
65
66
67       podman start 860a4b231279 5421ab43b45
68
69
70       podman start --interactive --attach 860a4b231279
71
72
73       podman start -i -l
74
75

SEE ALSO

77       podman(1), podman-create(1)
78
79

HISTORY

81       November 2018, Originally compiled by Brent Baude ⟨bbaude@redhat.com⟩
82
83
84
85                                                               podman-start(1)
Impressum