Improve documentation (#278)

* Improve documentation.

* More fixes.
This commit is contained in:
Felix Fontein
2022-01-09 14:52:44 +01:00
committed by GitHub
parent 9ca2c61848
commit 3d20ba1bc2
12 changed files with 40 additions and 34 deletions
+2 -2
View File
@@ -103,7 +103,7 @@ options:
- List or dictionary of the service environment variables.
- If passed a list each items need to be in the format of C(KEY=VALUE).
- If passed a dictionary values which might be parsed as numbers,
booleans or other types by the YAML parser must be quoted (e.g. C("true"))
booleans or other types by the YAML parser must be quoted (for example C("true"))
in order to avoid data loss.
- Corresponds to the C(--env) option of C(docker service create).
type: raw
@@ -242,7 +242,7 @@ options:
suboptions:
source:
description:
- Mount source (e.g. a volume name or a host path).
- Mount source (for example a volume name or a host path).
- Must be specified if I(type) is not C(tmpfs).
type: str
target: