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       --ignore, -i
26
27
28       Ignore errors when specified pods are not in the  container  store.   A
29       user  might have decided to manually remove a pod which would lead to a
30       failure during the ExecStop directive of a systemd service  referencing
31       that pod.
32
33
34       --latest, -l
35
36
37       Instead of providing the pod name or ID, stop the last created pod.
38
39
40       The latest option is not supported on the remote client.
41
42
43       --time, -t=time
44
45
46       Timeout to wait before forcibly stopping the containers in the pod.
47
48

EXAMPLE

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

SEE ALSO

98       podman-pod(1), podman-pod-start(1), podman-stop(1)
99
100

HISTORY

102       July   2018,   Originally  compiled  by  Peter  Hunt  pehunt@redhat.com
103       ⟨mailto:pehunt@redhat.com⟩
104
105
106
107                                                          podman-pod-stop(1)()
Impressum