mirror of
https://github.com/containers/podman.git
synced 2025-06-27 13:38:49 +08:00
Merge pull request #15940 from edsantiago/docs_dedup_env_file
[CI:DOCS] Man pages: refactor common options: --env-file
This commit is contained in:
3
docs/source/markdown/options/env-file.md
Normal file
3
docs/source/markdown/options/env-file.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#### **--env-file**=*file*
|
||||||
|
|
||||||
|
Read in a line-delimited file of environment variables.
|
@ -155,9 +155,9 @@ This option cannot be combined with **--network** that is set to **none** or **c
|
|||||||
|
|
||||||
See [**Environment**](#environment) note below for precedence and examples.
|
See [**Environment**](#environment) note below for precedence and examples.
|
||||||
|
|
||||||
#### **--env-file**=*file*
|
@@option env-file
|
||||||
|
|
||||||
Read in a line delimited file of environment variables. See **Environment** note below for precedence.
|
See [**Environment**](#environment) note below for precedence and examples.
|
||||||
|
|
||||||
@@option env-host
|
@@option env-host
|
||||||
|
|
||||||
|
@ -23,9 +23,7 @@ Specify the key sequence for detaching a container. Format is a single character
|
|||||||
|
|
||||||
@@option env
|
@@option env
|
||||||
|
|
||||||
#### **--env-file**=*file*
|
@@option env-file
|
||||||
|
|
||||||
Read in a line delimited file of environment variables.
|
|
||||||
|
|
||||||
@@option interactive
|
@@option interactive
|
||||||
|
|
||||||
|
@ -191,9 +191,9 @@ This option cannot be combined with **--network** that is set to **none** or **c
|
|||||||
|
|
||||||
See [**Environment**](#environment) note below for precedence and examples.
|
See [**Environment**](#environment) note below for precedence and examples.
|
||||||
|
|
||||||
#### **--env-file**=*file*
|
@@option env-file
|
||||||
|
|
||||||
Read in a line delimited file of environment variables. See **Environment** note below for precedence.
|
See [**Environment**](#environment) note below for precedence and examples.
|
||||||
|
|
||||||
@@option env-host
|
@@option env-host
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user