summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-02-19 11:02:37 +0100
committerValentin Rothberg <rothberg@redhat.com>2020-02-19 11:04:02 +0100
commit0fcaa935733d3cdacd0e462d060a984e8e1218ce (patch)
treee43a4cec73cab60adaa448e0d5259d0c019d19f0 /docs
parent58cbbbc56e9f1cee4992ae4f4d3971c0e336ecd2 (diff)
downloadpodman-0fcaa935733d3cdacd0e462d060a984e8e1218ce.tar.gz
podman-0fcaa935733d3cdacd0e462d060a984e8e1218ce.tar.bz2
podman-0fcaa935733d3cdacd0e462d060a984e8e1218ce.zip
libpod.conf: clarify `label` description
Clarify that the label option sets the defaults which can still be overriden by the CLI. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/libpod.conf.5.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/source/markdown/libpod.conf.5.md b/docs/source/markdown/libpod.conf.5.md
index c28c80b56..ca45bccf6 100644
--- a/docs/source/markdown/libpod.conf.5.md
+++ b/docs/source/markdown/libpod.conf.5.md
@@ -83,7 +83,8 @@ libpod to manage containers.
containers and pods are visible.
**label**="true|false"
- Indicates whether the containers should use label separation.
+ Indicates whether the containers should use label separation by default.
+ Can be overridden via `--security-opt label=...` on the CLI.
**num_locks**=""
Number of locks available for containers and pods. Each created container or pod consumes one lock.