diff options
Diffstat (limited to 'docs/podman-run.1.md')
-rw-r--r-- | docs/podman-run.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index 670c9760c..1dbb7814e 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -738,7 +738,7 @@ The default working directory for running binaries within a container is the roo The image developer can set a different default with the WORKDIR instruction. The operator can override the working directory by using the **-w** option. -# Exit Status +## Exit Status The exit code from `podman run` gives information about why the container failed to run or why it exited. When `podman run` exits with a non-zero code, |