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