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

NAME

6       podman-pod-stop - Stop one or more pods
7
8

SYNOPSIS

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

DESCRIPTION

14       Stop  containers  in one or more pods.  You may use pod IDs or names as
15       input.
16
17

OPTIONS

19       --all, -a
20
21
22       Stops all pods
23
24
25       --latest, -l
26
27
28       Instead of providing the pod name or ID, stop the last created pod.
29
30
31       The latest option is not supported on the remote client.
32
33
34       --timeout, --time, -t=time
35
36
37       Timeout to wait before forcibly stopping the containers in the pod.
38
39

EXAMPLE

41       Stop a pod called mywebserverpod
42
43
44              $ podman pod stop mywebserverpod
45              cc8f0bea67b1a1a11aec1ecd38102a1be4b145577f21fc843c7c83b77fc28907
46
47
48
49       Stop two pods by their short IDs.
50
51
52              $ podman pod stop 490eb 3557fb
53              490eb241aaf704d4dd2629904410fe4aa31965d9310a735f8755267f4ded1de5
54              3557fbea6ad61569de0506fe037479bd9896603c31d3069a6677f23833916fab
55
56
57
58       Stop the most recent pod
59
60
61              $ podman pod stop --latest
62              3557fbea6ad61569de0506fe037479bd9896603c31d3069a6677f23833916fab
63
64
65
66       Stop all pods
67
68
69              $ podman pod stop --all
70              19456b4cd557eaf9629825113a552681a6013f8c8cad258e36ab825ef536e818
71              3557fbea6ad61569de0506fe037479bd9896603c31d3069a6677f23833916fab
72              490eb241aaf704d4dd2629904410fe4aa31965d9310a735f8755267f4ded1de5
73              70c358daecf71ef9be8f62404f926080ca0133277ef7ce4f6aa2d5af6bb2d3e9
74              cc8f0bea67b1a1a11aec1ecd38102a1be4b145577f21fc843c7c83b77fc28907
75
76
77
78       Stop all pods with a timeout of 1 second.
79
80
81              $ podman pod stop -a -t 1
82              3557fbea6ad61569de0506fe037479bd9896603c31d3069a6677f23833916fab
83              490eb241aaf704d4dd2629904410fe4aa31965d9310a735f8755267f4ded1de5
84              70c358daecf71ef9be8f62404f926080ca0133277ef7ce4f6aa2d5af6bb2d3e9
85
86
87

SEE ALSO

89       podman-pod(1), podman-pod-start(1), podman-stop(1)
90
91

HISTORY

93       July  2018,  Originally  compiled  by  Peter   Hunt   pehunt@redhat.com
94       ⟨mailto:pehunt@redhat.com⟩
95
96
97
98                                                          podman-pod-stop(1)()
Impressum