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-container-diff(1)       │ Inspect  changes  on  a   con‐ │
39       │           │                                │ tainer'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-container-inspect(1)    │ Display a container's configu‐ │
53       │           │                                │ ration.                        │
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       │ps         │ podman-ps(1)                   │ Prints  out  information about │
76       │           │                                │ containers.                    │
77       ├───────────┼────────────────────────────────┼────────────────────────────────┤
78       │rename     │ podman-rename(1)               │ Rename an existing container.  │
79       ├───────────┼────────────────────────────────┼────────────────────────────────┤
80       │restart    │ podman-restart(1)              │ Restart one or  more  contain‐ │
81       │           │                                │ ers.                           │
82       ├───────────┼────────────────────────────────┼────────────────────────────────┤
83       │restore    │ podman-container-restore(1)    │ Restores  one or more contain‐ │
84       │           │                                │ ers from a checkpoint.         │
85       ├───────────┼────────────────────────────────┼────────────────────────────────┤
86       │rm         │ podman-rm(1)                   │ Remove one or more containers. │
87       ├───────────┼────────────────────────────────┼────────────────────────────────┤
88       │run        │ podman-run(1)                  │ Run a command in a container.  │
89       ├───────────┼────────────────────────────────┼────────────────────────────────┤
90       │runlabel   │ podman-container-runlabel(1)   │ Executes  a  command  as   de‐ │
91       │           │                                │ scribed  by  a container-image │
92       │           │                                │ label.                         │
93       ├───────────┼────────────────────────────────┼────────────────────────────────┤
94       │start      │ podman-start(1)                │ Starts one or more containers. │
95       ├───────────┼────────────────────────────────┼────────────────────────────────┤
96       │stats      │ podman-stats(1)                │ Display a live stream  of  one │
97       │           │                                │ or  more  container's resource │
98       │           │                                │ usage statistics.              │
99       ├───────────┼────────────────────────────────┼────────────────────────────────┤
100       │stop       │ podman-stop(1)                 │ Stop one or more running  con‐ │
101       │           │                                │ tainers.                       │
102       ├───────────┼────────────────────────────────┼────────────────────────────────┤
103       │top        │ podman-top(1)                  │ Display  the running processes │
104       │           │                                │ of a container.                │
105       ├───────────┼────────────────────────────────┼────────────────────────────────┤
106       │unmount    │ podman-unmount(1)              │ Unmount a working  container's │
107       │           │                                │ root   filesystem.(Alias   un‐ │
108       │           │                                │ mount)                         │
109       ├───────────┼────────────────────────────────┼────────────────────────────────┤
110       │unpause    │ podman-unpause(1)              │ Unpause one or  more  contain‐ │
111       │           │                                │ ers.                           │
112       ├───────────┼────────────────────────────────┼────────────────────────────────┤
113       │wait       │ podman-wait(1)                 │ Wait on one or more containers │
114       │           │                                │ to stop and print  their  exit │
115       │           │                                │ codes.                         │
116       └───────────┴────────────────────────────────┴────────────────────────────────┘
117

SEE ALSO

119       podman, podman-exec, podman-run
120
121
122
123                                                         podman-container(1)()
Impressum