mirror of
https://github.com/containers/podman.git
synced 2025-06-21 17:38:12 +08:00
Merge pull request #8336 from TomSweeneyRedHat/dev/tsweeney/podmanman
[CI:DOCS] Touch up Podman description in man page menu
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
Commands
|
||||
========
|
||||
|
||||
:doc:`Podman <markdown/podman.1>` (Pod Manager) Global Options
|
||||
:doc:`Podman <markdown/podman.1>` (Pod Manager) Global Options, Environment Variables, Exit Codes, Configuration Files, and more
|
||||
|
||||
:doc:`attach <markdown/podman-attach.1>` Attach to a running container
|
||||
|
||||
|
@ -168,7 +168,7 @@ podman --remote flag, only the global options `--url`, `--identity`, `--log-leve
|
||||
|
||||
Connection information can also be managed using the containers.conf file.
|
||||
|
||||
## Exit Status
|
||||
## Exit Codes
|
||||
|
||||
The exit code from `podman` gives information about why the container
|
||||
failed to run or why it exited. When `podman` commands exit with a non-zero code,
|
||||
@ -257,7 +257,7 @@ the exit codes follow the `chroot` standard, see below:
|
||||
| [podman-volume(1)](podman-volume.1.md) | Simple management tool for volumes. |
|
||||
| [podman-wait(1)](podman-wait.1.md) | Wait on one or more containers to stop and print their exit codes. |
|
||||
|
||||
## FILES
|
||||
## CONFIGURATION FILES
|
||||
|
||||
**containers.conf** (`/usr/share/containers/containers.conf`, `/etc/containers/containers.conf`, `$HOME/.config/containers/containers.conf`)
|
||||
|
||||
|
Reference in New Issue
Block a user