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
26
27 The latest option is not supported on the remote client.
28
29
30 --pod-id-file
31 Read pod ID from the specified file and start the pod. Can be speci‐
32 fied multiple times.
33
34
36 podman pod start mywebserverpod
37
38
39 podman pod start 860a4b23 5421ab4
40
41
42 podman pod start --latest
43
44
45 podman pod start --all
46
47
48 podman pod start --pod-id-file /path/to/id/file
49
50
52 podman-pod(1), podman-pod-stop(1), podman-start(1)
53
54
56 July 2018, Adapted from podman start man page by Peter Hunt pehunt@red‐
57 hat.com ⟨mailto:pehunt@redhat.com⟩
58
59
60
61 podman-pod-start(1)()