Skip to content

Commit

Permalink
Merge pull request #7028 from xordspar0/patch-1
Browse files Browse the repository at this point in the history
docs: Fix formatting mistake
  • Loading branch information
openshift-merge-robot authored Jul 21, 2020
2 parents be5219a + 111a1fe commit 5abf33d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
13 changes: 6 additions & 7 deletions docs/source/markdown/podman-create.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -1120,14 +1120,13 @@ 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:
**--env-host** : Host environment of the process executing Podman is added.
Precedence order (later entries override earlier entries):

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.
- **--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.

Create containers and set the environment ending with a __*__ and a *****

Expand Down
3 changes: 2 additions & 1 deletion docs/source/markdown/podman-run.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -1399,9 +1399,10 @@ 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.
- **--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 5abf33d

Please sign in to comment.