github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/podman-system.1.md (about)

     1  % podman-system 1
     2  
     3  ## NAME
     4  podman\-system - Manage podman
     5  
     6  ## SYNOPSIS
     7  **podman system** *subcommand*
     8  
     9  ## DESCRIPTION
    10  The system command allows management of the podman systems
    11  
    12  ## COMMANDS
    13  
    14  | Command    | Man Page                                                     | Description                                                              |
    15  | -------    | ------------------------------------------------------------ | ------------------------------------------------------------------------ |
    16  | connection | [podman-system-connection(1)](podman-system-connection.1.md) | Manage the destination(s) for Podman service(s)                          |
    17  | df         | [podman-system-df(1)](podman-system-df.1.md)                 | Show podman disk usage.                                                  |
    18  | events     | [podman-events(1)](podman-events.1.md)                       | Monitor Podman events                                                    |
    19  | info       | [podman-info(1)](podman-info.1.md)                           | Display Podman related system information.                               |
    20  | migrate    | [podman-system-migrate(1)](podman-system-migrate.1.md)       | Migrate existing containers to a new podman version.                     |
    21  | prune      | [podman-system-prune(1)](podman-system-prune.1.md)           | Remove all unused pods, containers, images, networks, and volume data.   |
    22  | renumber   | [podman-system-renumber(1)](podman-system-renumber.1.md)     | Migrate lock numbers to handle a change in maximum number of locks.      |
    23  | reset      | [podman-system-reset(1)](podman-system-reset.1.md)           | Reset storage back to initial state.                                     |
    24  | service    | [podman-system-service(1)](podman-system-service.1.md)       | Run an API service                                                       |
    25  
    26  ## SEE ALSO
    27  **[podman(1)](podman.1.md)**