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

NAME

6       podman-pod-start - Start one or more pods
7
8

SYNOPSIS

10       podman pod start [options] pod ...
11
12

DESCRIPTION

14       Start  containers in one or more pods.  You may use pod IDs or names as
15       input. The pod must have a container attached to be started.
16
17

OPTIONS

19       --all, -a
20
21
22       Starts all pods
23
24
25       --latest, -l
26
27
28       Instead of providing the pod name or ID, start the last created pod.
29
30
31       The latest option is not supported on the remote client.
32
33

EXAMPLE

35       podman pod start mywebserverpod
36
37
38       podman pod start 860a4b23 5421ab4
39
40
41       podman pod start --latest
42
43
44       podman pod start --all
45
46

SEE ALSO

48       podman-pod(1), podman-pod-stop(1), podman-start(1)
49
50

HISTORY

52       July 2018, Adapted from podman start man page by Peter Hunt pehunt@red‐
53       hat.com ⟨mailto:pehunt@redhat.com⟩
54
55
56
57                                                         podman-pod-start(1)()
Impressum