1podman-pod(1)() podman-pod(1)()
2
3
4
6 podman-pod - Management tool for groups of containers, called pods
7
8
10 podman pod subcommand
11
12
14 podman pod is a set of subcommands that manage pods, or groups of con‐
15 tainers.
16
17
19 ┌────────┬───────────────────────┬───────────────────────────┐
20 │Command │ Man Page │ Description │
21 ├────────┼───────────────────────┼───────────────────────────┤
22 │create │ podman-pod-create(1) │ Create a new pod. │
23 ├────────┼───────────────────────┼───────────────────────────┤
24 │exists │ podman-pod-exists(1) │ Check if a pod exists in │
25 │ │ │ local storage. │
26 ├────────┼───────────────────────┼───────────────────────────┤
27 │inspect │ podman-pod-inspect(1) │ Displays information │
28 │ │ │ describing a pod. │
29 ├────────┼───────────────────────┼───────────────────────────┤
30 │kill │ podman-pod-kill(1) │ Kill the main process of │
31 │ │ │ each container in one or │
32 │ │ │ more pods. │
33 ├────────┼───────────────────────┼───────────────────────────┤
34 │pause │ podman-pod-pause(1) │ Pause one or more pods. │
35 ├────────┼───────────────────────┼───────────────────────────┤
36 │prune │ podman-pod-prune(1) │ Remove all stopped pods │
37 │ │ │ and their containers. │
38 ├────────┼───────────────────────┼───────────────────────────┤
39 │ps │ podman-pod-ps(1) │ Prints out information │
40 │ │ │ about pods. │
41 ├────────┼───────────────────────┼───────────────────────────┤
42 │restart │ podman-pod-restart(1) │ Restart one or more pods. │
43 ├────────┼───────────────────────┼───────────────────────────┤
44 │rm │ podman-pod-rm(1) │ Remove one or more │
45 │ │ │ stopped pods and contain‐ │
46 │ │ │ ers. │
47 ├────────┼───────────────────────┼───────────────────────────┤
48 │start │ podman-pod-start(1) │ Start one or more pods. │
49 ├────────┼───────────────────────┼───────────────────────────┤
50 │stats │ podman-pod-stats(1) │ Display a live stream of │
51 │ │ │ resource usage stats for │
52 │ │ │ containers in one or more │
53 │ │ │ pods. │
54 ├────────┼───────────────────────┼───────────────────────────┤
55 │stop │ podman-pod-stop(1) │ Stop one or more pods. │
56 ├────────┼───────────────────────┼───────────────────────────┤
57 │top │ podman-pod-top(1) │ Display the running pro‐ │
58 │ │ │ cesses of containers in a │
59 │ │ │ pod. │
60 ├────────┼───────────────────────┼───────────────────────────┤
61 │unpause │ podman-pod-unpause(1) │ Unpause one or more pods. │
62 ├────────┼───────────────────────┼───────────────────────────┤
63 │ │ │ │
64 └────────┴───────────────────────┴───────────────────────────┘
65
67 podman(1)
68
69
71 July 2018, Originally compiled by Peter Hunt pehunt@redhat.com
72 ⟨mailto:pehunt@redhat.com⟩
73
74
75
76 podman-pod(1)()