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

NAME

6       podman-container - Manage containers
7
8

SYNOPSIS

10       podman container subcommand
11
12

DESCRIPTION

14       The container command allows you to manage containers
15
16

COMMANDS

18       ┌───────────┬────────────────────────────────┬────────────────────────────────┐
19Command    Man Page                       Description                    
20       ├───────────┼────────────────────────────────┼────────────────────────────────┤
21       │attach     │ podman-attach(1)               │ Attach to a running container. │
22       ├───────────┼────────────────────────────────┼────────────────────────────────┤
23       │checkpoint │ podman-container-checkpoint(1) │ Checkpoints  one  or more run‐ │
24       │           │                                │ ning containers.               │
25       ├───────────┼────────────────────────────────┼────────────────────────────────┤
26       │cleanup    │ podman-container-cleanup(1)    │ Cleanup the  container's  net‐ │
27       │           │                                │ work and mountpoints.          │
28       ├───────────┼────────────────────────────────┼────────────────────────────────┤
29       │clone      │ podman-container-clone(1)      │ Creates  a copy of an existing │
30       │           │                                │ container.                     │
31       ├───────────┼────────────────────────────────┼────────────────────────────────┤
32       │commit     │ podman-commit(1)               │ Create new image based on  the │
33       │           │                                │ changed container.             │
34       ├───────────┼────────────────────────────────┼────────────────────────────────┤
35       │cp         │ podman-cp(1)                   │ Copy  files/folders  between a │
36       │           │                                │ container   and   the    local │
37       │           │                                │ filesystem.                    │
38       ├───────────┼────────────────────────────────┼────────────────────────────────┤
39       │create     │ podman-create(1)               │ Create a new container.        │
40       ├───────────┼────────────────────────────────┼────────────────────────────────┤
41       │diff       │ podman-container-diff(1)       │ Inspect   changes  on  a  con‐ │
42       │           │                                │ tainer's filesystem            │
43       ├───────────┼────────────────────────────────┼────────────────────────────────┤
44       │exec       │ podman-exec(1)                 │ Execute a command in a running │
45       │           │                                │ container.                     │
46       ├───────────┼────────────────────────────────┼────────────────────────────────┤
47       │exists     │ podman-container-exists(1)     │ Check if a container exists in │
48       │           │                                │ local storage                  │
49       ├───────────┼────────────────────────────────┼────────────────────────────────┤
50       │export     │ podman-export(1)               │ Export a container's  filesys‐ │
51       │           │                                │ tem contents as a tar archive. │
52       ├───────────┼────────────────────────────────┼────────────────────────────────┤
53       │init       │ podman-init(1)                 │ Initialize a container         │
54       ├───────────┼────────────────────────────────┼────────────────────────────────┤
55       │inspect    │ podman-container-inspect(1)    │ Display a container's configu‐ │
56       │           │                                │ ration.                        │
57       ├───────────┼────────────────────────────────┼────────────────────────────────┤
58       │kill       │ podman-kill(1)                 │ Kill the main process  in  one │
59       │           │                                │ or more containers.            │
60       ├───────────┼────────────────────────────────┼────────────────────────────────┤
61       │list       │ podman-ps(1)                   │ List  the  containers  on  the │
62       │           │                                │ system.(alias ls)              │
63       ├───────────┼────────────────────────────────┼────────────────────────────────┤
64       │logs       │ podman-logs(1)                 │ Display the  logs  of  a  con‐ │
65       │           │                                │ tainer.                        │
66       ├───────────┼────────────────────────────────┼────────────────────────────────┤
67       │mount      │ podman-mount(1)                │ Mount  a  working  container's │
68       │           │                                │ root filesystem.               │
69       ├───────────┼────────────────────────────────┼────────────────────────────────┤
70       │pause      │ podman-pause(1)                │ Pause one or more containers.  │
71       ├───────────┼────────────────────────────────┼────────────────────────────────┤
72       │port       │ podman-port(1)                 │ List  port  mappings  for  the │
73       │           │                                │ container.                     │
74       ├───────────┼────────────────────────────────┼────────────────────────────────┤
75       │prune      │ podman-container-prune(1)      │ Remove  all stopped containers │
76       │           │                                │ from local storage.            │
77       ├───────────┼────────────────────────────────┼────────────────────────────────┤
78       │ps         │ podman-ps(1)                   │ Prints out  information  about │
79       │           │                                │ containers.                    │
80       ├───────────┼────────────────────────────────┼────────────────────────────────┤
81       │rename     │ podman-rename(1)               │ Rename an existing container.  │
82       ├───────────┼────────────────────────────────┼────────────────────────────────┤
83       │restart    │ podman-restart(1)              │ Restart  one  or more contain‐ │
84       │           │                                │ ers.                           │
85       ├───────────┼────────────────────────────────┼────────────────────────────────┤
86       │restore    │ podman-container-restore(1)    │ Restores one or more  contain‐ │
87       │           │                                │ ers from a checkpoint.         │
88       ├───────────┼────────────────────────────────┼────────────────────────────────┤
89       │rm         │ podman-rm(1)                   │ Remove one or more containers. │
90       ├───────────┼────────────────────────────────┼────────────────────────────────┤
91       │run        │ podman-run(1)                  │ Run a command in a container.  │
92       ├───────────┼────────────────────────────────┼────────────────────────────────┤
93       │runlabel   │ podman-container-runlabel(1)   │ Executes   a  command  as  de‐ │
94       │           │                                │ scribed by  a  container-image │
95       │           │                                │ label.                         │
96       ├───────────┼────────────────────────────────┼────────────────────────────────┤
97       │start      │ podman-start(1)                │ Starts one or more containers. │
98       ├───────────┼────────────────────────────────┼────────────────────────────────┤
99       │stats      │ podman-stats(1)                │ Display  a  live stream of one │
100       │           │                                │ or more  container's  resource │
101       │           │                                │ usage statistics.              │
102       ├───────────┼────────────────────────────────┼────────────────────────────────┤
103       │stop       │ podman-stop(1)                 │ Stop  one or more running con‐ │
104       │           │                                │ tainers.                       │
105       ├───────────┼────────────────────────────────┼────────────────────────────────┤
106       │top        │ podman-top(1)                  │ Display the running  processes │
107       │           │                                │ of a container.                │
108       ├───────────┼────────────────────────────────┼────────────────────────────────┤
109       │unmount    │ podman-unmount(1)              │ Unmount  a working container's │
110       │           │                                │ root   filesystem.(Alias   un‐ │
111       │           │                                │ mount)                         │
112       ├───────────┼────────────────────────────────┼────────────────────────────────┤
113       │unpause    │ podman-unpause(1)              │ Unpause  one  or more contain‐ │
114       │           │                                │ ers.                           │
115       ├───────────┼────────────────────────────────┼────────────────────────────────┤
116       │wait       │ podman-wait(1)                 │ Wait on one or more containers │
117       │           │                                │ to  stop  and print their exit │
118       │           │                                │ codes.                         │
119       └───────────┴────────────────────────────────┴────────────────────────────────┘
120

SEE ALSO

122       podman(1), podman-exec(1), podman-run(1)
123
124
125
126                                                         podman-container(1)()
Impressum