mirror of
https://github.com/containers/podman.git
synced 2025-07-29 19:33:13 +08:00

Found via: for i in docs/*.md;do x=$(perl -ne 'if (/\[(podman-.*?)\(1\)\]\((podman-.*?)\.1\.md/) { print " $1 != $2\n" if $1 ne $2; print " ENOENT $2\n" unless -e "docs/$2.1.md" }' <$i); if [ -n "$x" ]; then echo $i; echo "$x";fi;done ...which is probably a good candidate for another CI hook, except I have no idea how to rewrite it in awk. Additionally, mark `podman refresh` and `podman container refresh` as hidden, remove its man page, and remove references to it from all other man pages. Signed-off-by: Ed Santiago <santiago@redhat.com>
22 lines
945 B
Markdown
22 lines
945 B
Markdown
% podman-system(1)
|
|
|
|
## NAME
|
|
podman\-system - Manage podman
|
|
|
|
## SYNOPSIS
|
|
**podman system** *subcommand*
|
|
|
|
## DESCRIPTION
|
|
The system command allows you to manage the podman systems
|
|
|
|
## COMMANDS
|
|
|
|
| Command | Man Page | Description |
|
|
| ------- | --------------------------------------------------- | ---------------------------------------------------------------------------- |
|
|
| info | [podman-info(1)](podman-info.1.md) | Displays Podman related system information. |
|
|
| prune | [podman-system-prune(1)](podman-system-prune.1.md) | Remove all unused data |
|
|
| renumber | [podman-system-renumber(1)](podman-system-renumber.1.md)| Migrate lock numbers to handle a change in maximum number of locks. |
|
|
|
|
## SEE ALSO
|
|
podman(1)
|