1podman-container(1) General Commands Manual podman-container(1)
2
3
4
6 podman-container - Manage containers
7
8
10 podman container subcommand
11
12
14 The container command allows management of containers
15
16
18 ┌───────────┬────────────────────────────────┬────────────────────────────────┐
19 │Command │ Man Page │ Description │
20 ├───────────┼────────────────────────────────┼────────────────────────────────┤
21 │attach │ podman-attach(1) │ Attach to a running container. │
22 ├───────────┼────────────────────────────────┼────────────────────────────────┤
23 │checkpoint │ podman-container-checkpoint(1) │ Checkpoint one or more running │
24 │ │ │ containers. │
25 ├───────────┼────────────────────────────────┼────────────────────────────────┤
26 │cleanup │ podman-container-cleanup(1) │ Clean up the container's net‐ │
27 │ │ │ work and mountpoints. │
28 ├───────────┼────────────────────────────────┼────────────────────────────────┤
29 │clone │ podman-container-clone(1) │ Create 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) │ Print 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) │ Restore one or more containers │
87 │ │ │ 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) │ Execute a command as described │
94 │ │ │ by a container-image label. │
95 ├───────────┼────────────────────────────────┼────────────────────────────────┤
96 │start │ podman-start(1) │ Start one or more containers. │
97 ├───────────┼────────────────────────────────┼────────────────────────────────┤
98 │stats │ podman-stats(1) │ Display a live stream of one │
99 │ │ │ or more container's resource │
100 │ │ │ usage statistics. │
101 ├───────────┼────────────────────────────────┼────────────────────────────────┤
102 │stop │ podman-stop(1) │ Stop one or more running con‐ │
103 │ │ │ tainers. │
104 ├───────────┼────────────────────────────────┼────────────────────────────────┤
105 │top │ podman-top(1) │ Display the running processes │
106 │ │ │ of a container. │
107 ├───────────┼────────────────────────────────┼────────────────────────────────┤
108 │unmount │ podman-unmount(1) │ Unmount a working container's │
109 │ │ │ root filesystem.(Alias un‐ │
110 │ │ │ mount) │
111 ├───────────┼────────────────────────────────┼────────────────────────────────┤
112 │unpause │ podman-unpause(1) │ Unpause one or more contain‐ │
113 │ │ │ ers. │
114 ├───────────┼────────────────────────────────┼────────────────────────────────┤
115 │update │ podman-update(1) │ Update the cgroup configura‐ │
116 │ │ │ tion of a given container. │
117 ├───────────┼────────────────────────────────┼────────────────────────────────┤
118 │wait │ podman-wait(1) │ Wait on one or more containers │
119 │ │ │ to stop and print their exit │
120 │ │ │ codes. │
121 └───────────┴────────────────────────────────┴────────────────────────────────┘
122
124 podman(1), podman-exec(1), podman-run(1)
125
126
127
128 podman-container(1)