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

NAME

6       podman-pod-restart - Restart one or more pods
7
8

SYNOPSIS

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

DESCRIPTION

14       Restart  containers  in one or more pods. Containers will be stopped if
15       running and then restarted.  Stopped containers will only  be  started.
16       You may use pod IDs or names as input.  The pod ID will be printed upon
17       successful restart.  When  restarting  multiple  pods,  an  error  from
18       restarting one pod will not effect restarting other pods.
19
20

OPTIONS

22   --all, -a
23       Restarts all pods
24
25
26   --latest, -l
27       Instead  of providing the pod name or ID, restart the last created pod.
28       (This option is not available with the remote Podman client)
29
30

EXAMPLE

32              podman pod restart mywebserverpod
33              cc8f0bea67b1a1a11aec1ecd38102a1be4b145577f21fc843c7c83b77fc28907
34
35              podman pod restart 490eb 3557fb
36              490eb241aaf704d4dd2629904410fe4aa31965d9310a735f8755267f4ded1de5
37              3557fbea6ad61569de0506fe037479bd9896603c31d3069a6677f23833916fab
38
39              podman pod restart --latest
40              3557fbea6ad61569de0506fe037479bd9896603c31d3069a6677f23833916fab
41
42              podman pod restart --all
43              19456b4cd557eaf9629825113a552681a6013f8c8cad258e36ab825ef536e818
44              3557fbea6ad61569de0506fe037479bd9896603c31d3069a6677f23833916fab
45              490eb241aaf704d4dd2629904410fe4aa31965d9310a735f8755267f4ded1de5
46              70c358daecf71ef9be8f62404f926080ca0133277ef7ce4f6aa2d5af6bb2d3e9
47              cc8f0bea67b1a1a11aec1ecd38102a1be4b145577f21fc843c7c83b77fc28907
48
49
50

SEE ALSO

52       podman-pod(1), podman-pod-start(1), podman-restart(1)
53
54

HISTORY

56       July  2018,  Originally  compiled  by  Peter   Hunt   pehunt@redhat.com
57       ⟨mailto:pehunt@redhat.com⟩
58
59
60
61                                                       podman-pod-restart(1)()
Impressum