1podman-system(1) General Commands Manual podman-system(1)
2
3
4
6 podman-system - Manage podman
7
8
10 podman system subcommand
11
12
14 The system command allows management of the podman systems
15
16
18 ┌───────────┬─────────────────────────────┬─────────────────────────┐
19 │Command │ Man Page │ Description │
20 ├───────────┼─────────────────────────────┼─────────────────────────┤
21 │connection │ podman-system-connection(1) │ Manage the destina‐ │
22 │ │ │ tion(s) for Podman ser‐ │
23 │ │ │ vice(s) │
24 ├───────────┼─────────────────────────────┼─────────────────────────┤
25 │df │ podman-system-df(1) │ Show podman disk usage. │
26 ├───────────┼─────────────────────────────┼─────────────────────────┤
27 │events │ podman-events(1) │ Monitor Podman events │
28 ├───────────┼─────────────────────────────┼─────────────────────────┤
29 │info │ podman-info(1) │ Display Podman related │
30 │ │ │ system information. │
31 ├───────────┼─────────────────────────────┼─────────────────────────┤
32 │migrate │ podman-system-migrate(1) │ Migrate existing con‐ │
33 │ │ │ tainers to a new podman │
34 │ │ │ version. │
35 ├───────────┼─────────────────────────────┼─────────────────────────┤
36 │prune │ podman-system-prune(1) │ Remove all unused pods, │
37 │ │ │ containers, images, │
38 │ │ │ networks, and volume │
39 │ │ │ data. │
40 ├───────────┼─────────────────────────────┼─────────────────────────┤
41 │renumber │ podman-system-renumber(1) │ Migrate lock numbers to │
42 │ │ │ handle a change in max‐ │
43 │ │ │ imum number of locks. │
44 ├───────────┼─────────────────────────────┼─────────────────────────┤
45 │reset │ podman-system-reset(1) │ Reset storage back to │
46 │ │ │ initial state. │
47 ├───────────┼─────────────────────────────┼─────────────────────────┤
48 │service │ podman-system-service(1) │ Run an API service │
49 └───────────┴─────────────────────────────┴─────────────────────────┘
50
52 podman(1)
53
54
55
56 podman-system(1)