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       │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 filesys‐ │
48       │           │                                │ tem contents as a tar archive. │
49       ├───────────┼────────────────────────────────┼────────────────────────────────┤
50       │init       │ podman-init(1)                 │ Initialize a container         │
51       ├───────────┼────────────────────────────────┼────────────────────────────────┤
52       │inspect    │ podman-inspect(1)              │ Display a container or image's │
53       │           │                                │ configuration.                 │
54       ├───────────┼────────────────────────────────┼────────────────────────────────┤
55       │kill       │ podman-kill(1)                 │ Kill  the  main process in one │
56       │           │                                │ or more containers.            │
57       ├───────────┼────────────────────────────────┼────────────────────────────────┤
58       │list       │ podman-ps(1)                   │ List  the  containers  on  the │
59       │           │                                │ system.(alias ls)              │
60       ├───────────┼────────────────────────────────┼────────────────────────────────┤
61       │logs       │ podman-logs(1)                 │ Display  the  logs  of  a con‐ │
62       │           │                                │ tainer.                        │
63       ├───────────┼────────────────────────────────┼────────────────────────────────┤
64       │mount      │ podman-mount(1)                │ Mount  a  working  container's │
65       │           │                                │ root filesystem.               │
66       ├───────────┼────────────────────────────────┼────────────────────────────────┤
67       │pause      │ podman-pause(1)                │ Pause one or more containers.  │
68       ├───────────┼────────────────────────────────┼────────────────────────────────┤
69       │port       │ podman-port(1)                 │ List  port  mappings  for  the │
70       │           │                                │ container.                     │
71       ├───────────┼────────────────────────────────┼────────────────────────────────┤
72       │prune      │ podman-container-prune(1)      │ Remove all stopped  containers │
73       │           │                                │ from local storage.            │
74       ├───────────┼────────────────────────────────┼────────────────────────────────┤
75       │restart    │ podman-restart(1)              │ Restart  one  or more contain‐ │
76       │           │                                │ ers.                           │
77       ├───────────┼────────────────────────────────┼────────────────────────────────┤
78       │restore    │ podman-container-restore(1)    │ Restores one or more  contain‐ │
79       │           │                                │ ers from a checkpoint.         │
80       ├───────────┼────────────────────────────────┼────────────────────────────────┤
81       │rm         │ podman-rm(1)                   │ Remove one or more containers. │
82       ├───────────┼────────────────────────────────┼────────────────────────────────┤
83       │run        │ podman-run(1)                  │ Run a command in a container.  │
84       ├───────────┼────────────────────────────────┼────────────────────────────────┤
85       │runlabel   │ podman-container-runlabel(1)   │ Executes    a    command    as │
86       │           │                                │ described by a container image │
87       │           │                                │ label.                         │
88       ├───────────┼────────────────────────────────┼────────────────────────────────┤
89       │start      │ podman-start(1)                │ Starts one or more containers. │
90       ├───────────┼────────────────────────────────┼────────────────────────────────┤
91       │stats      │ podman-stats(1)                │ Display  a  live stream of one │
92       │           │                                │ or more  container's  resource │
93       │           │                                │ usage statistics.              │
94       ├───────────┼────────────────────────────────┼────────────────────────────────┤
95       │stop       │ podman-stop(1)                 │ Stop  one or more running con‐ │
96       │           │                                │ tainers.                       │
97       ├───────────┼────────────────────────────────┼────────────────────────────────┤
98       │top        │ podman-top(1)                  │ Display the running  processes │
99       │           │                                │ of a container.                │
100       ├───────────┼────────────────────────────────┼────────────────────────────────┤
101       │umount     │ podman-umount(1)               │ Unmount  a working container's │
102       │           │                                │ root         filesystem.(Alias │
103       │           │                                │ unmount)                       │
104       ├───────────┼────────────────────────────────┼────────────────────────────────┤
105       │unpause    │ podman-unpause(1)              │ Unpause  one  or more contain‐ │
106       │           │                                │ ers.                           │
107       ├───────────┼────────────────────────────────┼────────────────────────────────┤
108       │wait       │ podman-wait(1)                 │ Wait on one or more containers │
109       │           │                                │ to  stop  and print their exit │
110       │           │                                │ codes.                         │
111       └───────────┴────────────────────────────────┴────────────────────────────────┘
112

SEE ALSO

114       podman, podman-exec, podman-run
115
116
117
118                                                         podman-container(1)()
Impressum