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 │
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       ├────────┼───────────────────────┼───────────────────────────┤
38       │ps      │ podman-pod-ps(1)      │ Prints  out   information │
39       │        │                       │ about pods.               │
40       ├────────┼───────────────────────┼───────────────────────────┤
41       │restart │ podman-pod-restart(1) │ Restart one or more pods. │
42       ├────────┼───────────────────────┼───────────────────────────┤
43       │rm      │ podman-pod-rm(1)      │ Remove one or more pods.  │
44       ├────────┼───────────────────────┼───────────────────────────┤
45       │start   │ podman-pod-start(1)   │ Start one or more pods.   │
46       ├────────┼───────────────────────┼───────────────────────────┤
47       │stats   │ podman-pod-stats(1)   │ Display  a live stream of │
48       │        │                       │ resource usage stats  for │
49       │        │                       │ containers in one or more │
50       │        │                       │ pods.                     │
51       ├────────┼───────────────────────┼───────────────────────────┤
52       │stop    │ podman-pod-stop(1)    │ Stop one or more pods.    │
53       ├────────┼───────────────────────┼───────────────────────────┤
54       │top     │ podman-pod-top(1)     │ Display the running  pro‐ │
55       │        │                       │ cesses of containers in a │
56       │        │                       │ pod.                      │
57       ├────────┼───────────────────────┼───────────────────────────┤
58       │unpause │ podman-pod-unpause(1) │ Unpause one or more pods. │
59       └────────┴───────────────────────┴───────────────────────────┘
60

SEE ALSO

62       podman(1)
63
64

HISTORY

66       July  2018,  Originally  compiled  by  Peter   Hunt   pehunt@redhat.com
67       ⟨mailto:pehunt@redhat.com⟩
68
69
70
71                                                               podman-pod(1)()
Impressum