1podman-pod-start(1)() podman-pod-start(1)()
2
3
4
6 podman-pod-start - Start one or more pods
7
8
10 podman pod start [options] pod ...
11
12
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
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)
26
27
28 --pod-id-file
29 Read pod ID from the specified file and start the pod. Can be speci‐
30 fied multiple times.
31
32
34 podman pod start mywebserverpod
35
36
37 podman pod start 860a4b23 5421ab4
38
39
40 podman pod start --latest
41
42
43 podman pod start --all
44
45
46 podman pod start --pod-id-file /path/to/id/file
47
48
50 podman-pod(1), podman-pod-stop(1), podman-start(1)
51
52
54 July 2018, Adapted from podman start man page by Peter Hunt pehunt@red‐
55 hat.com ⟨mailto:pehunt@redhat.com⟩
56
57
58
59 podman-pod-start(1)()