summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Christiansen <xordspar0@gmail.com>2020-07-21 08:48:40 -0500
committerJordan Christiansen <xordspar0@gmail.com>2020-07-21 08:50:55 -0500
commit25105b91dbbcf75d058797503bbac140e362ce0b (patch)
treea47e49078599afb33a16fd22f7b845e2cba2321e /docs
parent16e603147fba793209b79a1ed78e9a3554f1b43a (diff)
downloadpodman-25105b91dbbcf75d058797503bbac140e362ce0b.tar.gz
podman-25105b91dbbcf75d058797503bbac140e362ce0b.tar.bz2
podman-25105b91dbbcf75d058797503bbac140e362ce0b.zip
docs: Clarify how env var overriding works
Signed-off-by: Jordan Christiansen <xordspar0@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-create.1.md2
-rw-r--r--docs/source/markdown/podman-run.1.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md
index 134d4faab..20df9819c 100644
--- a/docs/source/markdown/podman-create.1.md
+++ b/docs/source/markdown/podman-create.1.md
@@ -1120,7 +1120,7 @@ required for VPN, without it containers need to be run with the --network=host f
Environment variables within containers can be set using multiple different options: This section describes the precedence.
-Precedence Order:
+Precedence order (later entries override earlier entries):
- **--env-host** : Host environment of the process executing Podman is added.
- Container image : Any environment variables specified in the container image.
diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md
index c69f41a39..656baef02 100644
--- a/docs/source/markdown/podman-run.1.md
+++ b/docs/source/markdown/podman-run.1.md
@@ -1399,7 +1399,7 @@ required for VPN, without it containers need to be run with the **--network=host
## ENVIRONMENT
Environment variables within containers can be set using multiple different options,
-in the following order of precedence:
+in the following order of precedence (later entries override earlier entries):
- **--env-host**: Host environment of the process executing Podman is added.
- Container image: Any environment variables specified in the container image.