Skip to content

Commit

Permalink
Document proxy env var precedence
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Christiansen <[email protected]>
  • Loading branch information
xordspar0 committed Jul 21, 2020
1 parent 25105b9 commit 111a1fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/markdown/podman-create.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,7 @@ Environment variables within containers can be set using multiple different opti
Precedence order (later entries override earlier entries):

- **--env-host** : Host environment of the process executing Podman is added.
- **--http-proxy**: By default, several environment variables will be passed in from the host, such as **http_proxy** and **no_proxy**. See **--http-proxy** for details.
- Container image : Any environment variables specified in the container image.
- **--env-file** : Any environment variables specified via env-files. If multiple files specified, then they override each other in order of entry.
- **--env** : Any environment variables specified will override previous settings.
Expand Down
1 change: 1 addition & 0 deletions docs/source/markdown/podman-run.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -1402,6 +1402,7 @@ Environment variables within containers can be set using multiple different opti
in the following order of precedence (later entries override earlier entries):

- **--env-host**: Host environment of the process executing Podman is added.
- **--http-proxy**: By default, several environment variables will be passed in from the host, such as **http_proxy** and **no_proxy**. See **--http-proxy** for details.
- Container image: Any environment variables specified in the container image.
- **--env-file**: Any environment variables specified via env-files. If multiple files specified, then they override each other in order of entry.
- **--env**: Any environment variables specified will override previous settings.
Expand Down

0 comments on commit 111a1fe

Please sign in to comment.