diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-06-06 05:52:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-06-06 05:57:52 +0000 |
commit | 384a991b23fe765a2ed8249f1f3e73488ded9556 (patch) | |
tree | 592fa7bf91a2b1ab6eeb53c5e6cd4f2f7043aca9 /share/man/container-create.1.txt | |
parent | Removing undesirable --verbose option when calling mmdebstrap in debconf cont... (diff) | |
download | compute-tools-384a991b23fe765a2ed8249f1f3e73488ded9556.tar.xz compute-tools-384a991b23fe765a2ed8249f1f3e73488ded9556.zip |
Allowing to specify cnt.start=force in container config to ease fencing with pacemaker/corosync.
This should be generalized as a generic container program behaviour to
look at users command line options *and* container configuration files.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/man/container-create.1.txt')
-rw-r--r-- | share/man/container-create.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/container-create.1.txt b/share/man/container-create.1.txt index c49ac9c..4de8171 100644 --- a/share/man/container-create.1.txt +++ b/share/man/container-create.1.txt @@ -70,6 +70,9 @@ The following container-create options are available: *--cnt.overlay-options='OPTION1,OPTION2[;OPTION3,OPTION4]'*:: Specify container overlay mount options, see Documentation/filesystems/overlayfs.txt. +*--cnt.start='OPTION1[,OPTION2,...]'*:: + Specify container start options, see container-start(1). + SCRIPTS ------- |