From 4640e7966769a128b30c2482cda8f3ef25eb77c9 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Mon, 2 Apr 2018 22:06:18 -0400 Subject: Add conmon-pidfile flag to bash completions/manpages Signed-off-by: Matthew Heon Closes: #584 Approved by: rhatdan --- docs/podman-create.1.md | 3 +++ docs/podman-run.1.md | 3 +++ 2 files changed, 6 insertions(+) (limited to 'docs') 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. diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index 00085950b..5459bf51b 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -64,6 +64,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-period**=*0* Limit the CPU CFS (Completely Fair Scheduler) period -- cgit v1.2.3-54-g00ecf