diff options
Diffstat (limited to 'docs/podman-create.1.md')
-rw-r--r-- | docs/podman-create.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md index b28b785f1..e77acf2bd 100644 --- a/docs/podman-create.1.md +++ b/docs/podman-create.1.md @@ -52,6 +52,9 @@ each of stdin, stdout, and stderr. **--cidfile**="" Write the container ID to the file +**--conmon-pidfile**="" + Write the pid of the `conmon` process to a file. `conmon` daemonizes separate from Podman, so this is necessary when using systemd to restart Podman containers. + **--cpu-count**=*0* Limit the number of CPUs available for execution by the container. |