mirror of
https://github.com/containers/podman.git
synced 2025-07-23 06:13:25 +08:00
Merge pull request #12875 from eriksjolund/fix_typo_env_podman_run
[CI:DOCS] Fix typo in --env
This commit is contained in:
@ -377,7 +377,7 @@ You need to specify multi option commands in the form of a json string.
|
||||
|
||||
Set environment variables.
|
||||
|
||||
This option allows arbitrary environment variables that are available for the process to be launched inside of the container. If an environment variable is specified without a value, Podman will check the host environment for a value and set the variable only if it is set on the host. If an environment variable ending in __*__ is specified, Podman will search the host environment for variables starting with the prefix and will add those variables to the container. If an environment variable with a trailing ***** is specified, then a value must be supplied.
|
||||
This option allows arbitrary environment variables that are available for the process to be launched inside of the container. If an environment variable is specified without a value, Podman will check the host environment for a value and set the variable only if it is set on the host. If an environment variable ending in __*__ is specified, Podman will search the host environment for variables starting with the prefix and will add those variables to the container. If an environment variable with a trailing __*__ is specified, then a value must be supplied.
|
||||
|
||||
See [**Environment**](#environment) note below for precedence and examples.
|
||||
|
||||
|
Reference in New Issue
Block a user