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 you to manage 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) │ Checkpoints one or more │
24 │ │ │ containers. │
25 ├───────────┼────────────────────────────────┼────────────────────────────────┤
26 │cleanup │ podman-container-cleanup(1) │ Cleanup containers network and │
27 │ │ │ mountpoints. │
28 ├───────────┼────────────────────────────────┼────────────────────────────────┤
29 │commit │ podman-commit(1) │ Create new image based on the │
30 │ │ │ changed container. │
31 ├───────────┼────────────────────────────────┼────────────────────────────────┤
32 │cp │ podman-cp(1) │ Copy files/folders between a │
33 │ │ │ container and the local │
34 │ │ │ filesystem. │
35 ├───────────┼────────────────────────────────┼────────────────────────────────┤
36 │create │ podman-create(1) │ Create a new container. │
37 ├───────────┼────────────────────────────────┼────────────────────────────────┤
38 │diff │ podman-diff(1) │ Inspect changes on a container │
39 │ │ │ or image's filesystem. │
40 ├───────────┼────────────────────────────────┼────────────────────────────────┤
41 │exec │ podman-exec(1) │ Execute a command in a running │
42 │ │ │ container. │
43 ├───────────┼────────────────────────────────┼────────────────────────────────┤
44 │exists │ podman-container-exists(1) │ Check if a container exists in │
45 │ │ │ local storage │
46 ├───────────┼────────────────────────────────┼────────────────────────────────┤
47 │export │ podman-export(1) │ Export a container's │
48 │ │ │ filesystem contents as a tar │
49 │ │ │ archive. │
50 ├───────────┼────────────────────────────────┼────────────────────────────────┤
51 │init │ podman-init(1) │ Initialize a container │
52 ├───────────┼────────────────────────────────┼────────────────────────────────┤
53 │inspect │ podman-inspect(1) │ Display a container or image's │
54 │ │ │ configuration. │
55 ├───────────┼────────────────────────────────┼────────────────────────────────┤
56 │kill │ podman-kill(1) │ Kill the main process in one │
57 │ │ │ or more containers. │
58 ├───────────┼────────────────────────────────┼────────────────────────────────┤
59 │list │ podman-ps(1) │ List the containers on the │
60 │ │ │ system.(alias ls) │
61 ├───────────┼────────────────────────────────┼────────────────────────────────┤
62 │logs │ podman-logs(1) │ Display the logs of a │
63 │ │ │ container. │
64 ├───────────┼────────────────────────────────┼────────────────────────────────┤
65 │mount │ podman-mount(1) │ Mount a working container's │
66 │ │ │ root filesystem. │
67 ├───────────┼────────────────────────────────┼────────────────────────────────┤
68 │pause │ podman-pause(1) │ Pause one or more containers. │
69 ├───────────┼────────────────────────────────┼────────────────────────────────┤
70 │port │ podman-port(1) │ List port mappings for the │
71 │ │ │ container. │
72 ├───────────┼────────────────────────────────┼────────────────────────────────┤
73 │prune │ podman-container-prune(1) │ Remove all stopped containers │
74 │ │ │ from local storage. │
75 ├───────────┼────────────────────────────────┼────────────────────────────────┤
76 │restart │ podman-restart(1) │ Restart one or more │
77 │ │ │ containers. │
78 ├───────────┼────────────────────────────────┼────────────────────────────────┤
79 │restore │ podman-container-restore(1) │ Restores one or more │
80 │ │ │ containers from a checkpoint. │
81 ├───────────┼────────────────────────────────┼────────────────────────────────┤
82 │rm │ podman-rm(1) │ Remove one or more containers. │
83 ├───────────┼────────────────────────────────┼────────────────────────────────┤
84 │run │ podman-run(1) │ Run a command in a container. │
85 ├───────────┼────────────────────────────────┼────────────────────────────────┤
86 │runlabel │ podman-container-runlabel(1) │ Executes a command as │
87 │ │ │ described by a container image │
88 │ │ │ label. │
89 ├───────────┼────────────────────────────────┼────────────────────────────────┤
90 │start │ podman-start(1) │ Starts one or more containers. │
91 ├───────────┼────────────────────────────────┼────────────────────────────────┤
92 │stats │ podman-stats(1) │ Display a live stream of one │
93 │ │ │ or more container's resource │
94 │ │ │ usage statistics. │
95 ├───────────┼────────────────────────────────┼────────────────────────────────┤
96 │stop │ podman-stop(1) │ Stop one or more running │
97 │ │ │ containers. │
98 ├───────────┼────────────────────────────────┼────────────────────────────────┤
99 │top │ podman-top(1) │ Display the running processes │
100 │ │ │ of a container. │
101 ├───────────┼────────────────────────────────┼────────────────────────────────┤
102 │umount │ podman-umount(1) │ Unmount a working container's │
103 │ │ │ root filesystem.(Alias │
104 │ │ │ unmount) │
105 ├───────────┼────────────────────────────────┼────────────────────────────────┤
106 │unpause │ podman-unpause(1) │ Unpause one or more │
107 │ │ │ containers. │
108 ├───────────┼────────────────────────────────┼────────────────────────────────┤
109 │wait │ podman-wait(1) │ Wait on one or more containers │
110 │ │ │ to stop and print their exit │
111 │ │ │ codes. │
112 └───────────┴────────────────────────────────┴────────────────────────────────┘
113
115 podman, podman-exec, podman-run
116
117
118
119 podman-container(1)