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       Starts all pods
21
22
23   --latest, -l
24       Instead of providing the pod name or ID, start the  last  created  pod.
25       (This  option is not available with the remote Podman client, including
26       Mac and Windows (excluding WSL2) machines)
27
28
29   --pod-id-file
30       Read pod ID from the specified file and start the pod.  Can  be  speci‐
31       fied multiple times.
32
33

EXAMPLE

35       Start pod with a given name
36
37
38              podman pod start mywebserverpod
39
40
41
42       Start pods with given IDs
43
44
45              podman pod start 860a4b23 5421ab4
46
47
48
49       Start the latest pod created by Podman
50
51
52              podman pod start --latest
53
54
55
56       Start all pods
57
58
59              podman pod start --all
60
61
62
63       Start pod using ID specified in a given file
64
65
66              podman pod start --pod-id-file /path/to/id/file
67
68
69

SEE ALSO

71       podman(1), podman-pod(1), podman-pod-stop(1)
72
73

HISTORY

75       July 2018, Adapted from podman start man page by Peter Hunt pehunt@red‐
76       hat.com ⟨mailto:pehunt@redhat.com⟩
77
78
79
80                                                         podman-pod-start(1)()
Impressum