1podman-pod(1) General Commands Manual 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 │clone │ podman-pod-clone(1) │ Creates a copy of an ex‐ │
23 │ │ │ isting pod. │
24 ├────────┼───────────────────────┼───────────────────────────┤
25 │create │ podman-pod-create(1) │ Create a new pod. │
26 ├────────┼───────────────────────┼───────────────────────────┤
27 │exists │ podman-pod-exists(1) │ Check if a pod exists in │
28 │ │ │ local storage. │
29 ├────────┼───────────────────────┼───────────────────────────┤
30 │inspect │ podman-pod-inspect(1) │ Displays information de‐ │
31 │ │ │ scribing a pod. │
32 ├────────┼───────────────────────┼───────────────────────────┤
33 │kill │ podman-pod-kill(1) │ Kill the main process of │
34 │ │ │ each container in one or │
35 │ │ │ more pods. │
36 ├────────┼───────────────────────┼───────────────────────────┤
37 │logs │ podman-pod-logs(1) │ Displays logs for pod │
38 │ │ │ with one or more contain‐ │
39 │ │ │ ers. │
40 ├────────┼───────────────────────┼───────────────────────────┤
41 │pause │ podman-pod-pause(1) │ Pause one or more pods. │
42 ├────────┼───────────────────────┼───────────────────────────┤
43 │prune │ podman-pod-prune(1) │ Remove all stopped pods │
44 │ │ │ and their containers. │
45 ├────────┼───────────────────────┼───────────────────────────┤
46 │ps │ podman-pod-ps(1) │ Prints out information │
47 │ │ │ about pods. │
48 ├────────┼───────────────────────┼───────────────────────────┤
49 │restart │ podman-pod-restart(1) │ Restart one or more pods. │
50 ├────────┼───────────────────────┼───────────────────────────┤
51 │rm │ podman-pod-rm(1) │ Remove one or more │
52 │ │ │ stopped pods and contain‐ │
53 │ │ │ ers. │
54 ├────────┼───────────────────────┼───────────────────────────┤
55 │start │ podman-pod-start(1) │ Start one or more pods. │
56 ├────────┼───────────────────────┼───────────────────────────┤
57 │stats │ podman-pod-stats(1) │ Display a live stream of │
58 │ │ │ resource usage stats for │
59 │ │ │ containers in one or more │
60 │ │ │ pods. │
61 ├────────┼───────────────────────┼───────────────────────────┤
62 │stop │ podman-pod-stop(1) │ Stop one or more pods. │
63 ├────────┼───────────────────────┼───────────────────────────┤
64 │top │ podman-pod-top(1) │ Display the running pro‐ │
65 │ │ │ cesses of containers in a │
66 │ │ │ pod. │
67 ├────────┼───────────────────────┼───────────────────────────┤
68 │unpause │ podman-pod-unpause(1) │ Unpause one or more pods. │
69 └────────┴───────────────────────┴───────────────────────────┘
70
72 podman(1)
73
74
76 July 2018, Originally compiled by Peter Hunt pehunt@redhat.com
77 ⟨mailto:pehunt@redhat.com⟩
78
79
80
81 podman-pod(1)