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) │ Create 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) │ Display 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) │ Display logs for pod with │
38 │ │ │ one or more containers. │
39 ├────────┼───────────────────────┼───────────────────────────┤
40 │pause │ podman-pod-pause(1) │ Pause one or more pods. │
41 ├────────┼───────────────────────┼───────────────────────────┤
42 │prune │ podman-pod-prune(1) │ Remove all stopped pods │
43 │ │ │ and their containers. │
44 ├────────┼───────────────────────┼───────────────────────────┤
45 │ps │ podman-pod-ps(1) │ Print out information │
46 │ │ │ about pods. │
47 ├────────┼───────────────────────┼───────────────────────────┤
48 │restart │ podman-pod-restart(1) │ Restart one or more pods. │
49 ├────────┼───────────────────────┼───────────────────────────┤
50 │rm │ podman-pod-rm(1) │ Remove one or more │
51 │ │ │ stopped pods and contain‐ │
52 │ │ │ ers. │
53 ├────────┼───────────────────────┼───────────────────────────┤
54 │start │ podman-pod-start(1) │ Start one or more pods. │
55 ├────────┼───────────────────────┼───────────────────────────┤
56 │stats │ podman-pod-stats(1) │ Display a live stream of │
57 │ │ │ resource usage stats for │
58 │ │ │ containers in one or more │
59 │ │ │ pods. │
60 ├────────┼───────────────────────┼───────────────────────────┤
61 │stop │ podman-pod-stop(1) │ Stop one or more pods. │
62 ├────────┼───────────────────────┼───────────────────────────┤
63 │top │ podman-pod-top(1) │ Display the running pro‐ │
64 │ │ │ cesses of containers in a │
65 │ │ │ pod. │
66 ├────────┼───────────────────────┼───────────────────────────┤
67 │unpause │ podman-pod-unpause(1) │ Unpause one or more pods. │
68 └────────┴───────────────────────┴───────────────────────────┘
69
71 podman(1)
72
73
75 July 2018, Originally compiled by Peter Hunt pehunt@redhat.com
76 ⟨mailto:pehunt@redhat.com⟩
77
78
79
80 podman-pod(1)