summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-create.1.md
diff options
context:
space:
mode:
authorJordan Christiansen <xordspar0@gmail.com>2020-07-20 20:09:58 -0500
committerJordan Christiansen <xordspar0@gmail.com>2020-07-20 20:27:58 -0500
commit16e603147fba793209b79a1ed78e9a3554f1b43a (patch)
tree15dde38d4cce88dca6a537aaee2b154dae8ec8da /docs/source/markdown/podman-create.1.md
parent0d26a573e3cf8cc5baea84206a86cb83b433b6d5 (diff)
downloadpodman-16e603147fba793209b79a1ed78e9a3554f1b43a.tar.gz
podman-16e603147fba793209b79a1ed78e9a3554f1b43a.tar.bz2
podman-16e603147fba793209b79a1ed78e9a3554f1b43a.zip
docs: Fix formatting mistake
Part of this section was a code block, and part of it was absorbed into the preceding normal paragraph. Signed-off-by: Jordan Christiansen <xordspar0@gmail.com>
Diffstat (limited to 'docs/source/markdown/podman-create.1.md')
-rw-r--r--docs/source/markdown/podman-create.1.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md
index dd68f5c39..134d4faab 100644
--- a/docs/source/markdown/podman-create.1.md
+++ b/docs/source/markdown/podman-create.1.md
@@ -1121,13 +1121,11 @@ 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.
- 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.
+- 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 *****