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

NAME

6       podman-pod - Management tool for groups of containers, called pods
7
8

SYNOPSIS

10       podman pod subcommand
11
12

DESCRIPTION

14       podman  pod is a set of subcommands that manage pods, or groups of con‐
15       tainers.
16
17

SUBCOMMANDS

19       ┌────────┬───────────────────────┬───────────────────────────┐
20Command 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 de‐ │
28       │        │                       │ scribing 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       │logs    │ podman-pod-logs(1)    │ Displays  logs  for   pod │
35       │        │                       │ with one or more contain‐ │
36       │        │                       │ ers.                      │
37       ├────────┼───────────────────────┼───────────────────────────┤
38       │pause   │ podman-pod-pause(1)   │ Pause one or more pods.   │
39       ├────────┼───────────────────────┼───────────────────────────┤
40       │prune   │ podman-pod-prune(1)   │ Remove all  stopped  pods │
41       │        │                       │ and their containers.     │
42       ├────────┼───────────────────────┼───────────────────────────┤
43       │ps      │ podman-pod-ps(1)      │ Prints   out  information │
44       │        │                       │ about pods.               │
45       ├────────┼───────────────────────┼───────────────────────────┤
46       │restart │ podman-pod-restart(1) │ Restart one or more pods. │
47       ├────────┼───────────────────────┼───────────────────────────┤
48       │rm      │ podman-pod-rm(1)      │ Remove   one   or    more │
49       │        │                       │ stopped pods and contain‐ │
50       │        │                       │ ers.                      │
51       ├────────┼───────────────────────┼───────────────────────────┤
52       │start   │ podman-pod-start(1)   │ Start one or more pods.   │
53       ├────────┼───────────────────────┼───────────────────────────┤
54       │stats   │ podman-pod-stats(1)   │ Display a live stream  of │
55       │        │                       │ resource  usage stats for │
56       │        │                       │ containers in one or more │
57       │        │                       │ pods.                     │
58       ├────────┼───────────────────────┼───────────────────────────┤
59       │stop    │ podman-pod-stop(1)    │ Stop one or more pods.    │
60       ├────────┼───────────────────────┼───────────────────────────┤
61       │top     │ podman-pod-top(1)     │ Display  the running pro‐ │
62       │        │                       │ cesses of containers in a │
63       │        │                       │ pod.                      │
64       ├────────┼───────────────────────┼───────────────────────────┤
65       │unpause │ podman-pod-unpause(1) │ Unpause one or more pods. │
66       └────────┴───────────────────────┴───────────────────────────┘
67

SEE ALSO

69       podman(1)
70
71

HISTORY

73       July   2018,   Originally  compiled  by  Peter  Hunt  pehunt@redhat.com
74       ⟨mailto:pehunt@redhat.com⟩
75
76
77
78                                                               podman-pod(1)()
Impressum