docs: Document image volumes option in man pages
Signed-off-by: Mrunal Patel <mpatel@redhat.com>
This commit is contained in:
parent
de1cb64ee8
commit
c85be90e1b
2 changed files with 6 additions and 0 deletions
|
@ -73,6 +73,9 @@ set the CPU profile file path
|
||||||
**--help, -h**
|
**--help, -h**
|
||||||
Print usage statement
|
Print usage statement
|
||||||
|
|
||||||
|
**--image-volumes**=""
|
||||||
|
Image volume handling ('mkdir' or 'ignore') (default: "mkdir")
|
||||||
|
|
||||||
**--listen**=""
|
**--listen**=""
|
||||||
Path to crio socket (default: "/var/run/crio.sock")
|
Path to crio socket (default: "/var/run/crio.sock")
|
||||||
|
|
||||||
|
|
|
@ -74,6 +74,9 @@ The `crio` table supports the following options:
|
||||||
**default_transport**
|
**default_transport**
|
||||||
A prefix to prepend to image names that can't be pulled as-is (default: "docker://")
|
A prefix to prepend to image names that can't be pulled as-is (default: "docker://")
|
||||||
|
|
||||||
|
**--image_volumes**=""
|
||||||
|
Image volume handling ('mkdir' or 'ignore') (default: "mkdir")
|
||||||
|
|
||||||
**pause_command**=""
|
**pause_command**=""
|
||||||
Path to the pause executable in the pause image (default: "/pause")
|
Path to the pause executable in the pause image (default: "/pause")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue