aboutsummaryrefslogtreecommitdiff
path: root/docs/podman-run.1.md
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2019-07-11 17:56:54 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2019-07-11 17:56:54 -0400
commit369f8b8862e8918a011290311e44c1691f699c58 (patch)
treec7d317eaeceb44139fa99813c2e4fa3efe2cb1c1 /docs/podman-run.1.md
parentefe9c5b0e7968473b261eae4641e422e4a0f69a2 (diff)
downloadpodman-369f8b8862e8918a011290311e44c1691f699c58.tar.gz
podman-369f8b8862e8918a011290311e44c1691f699c58.tar.bz2
podman-369f8b8862e8918a011290311e44c1691f699c58.zip
Fix spelling mistakes in man pages and other docs
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/podman-run.1.md')
-rw-r--r--docs/podman-run.1.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index dd52958ac..2a2d04b58 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -323,7 +323,7 @@ those. This option is only needed when the host system must use a proxy but
the container should not use any proxy. Proxy environment variables specified
for the container in any other way will override the values that would have
been passed thru from the host. (Other ways to specify the proxy for the
-container include passing the values with the `--env` flag, or hardcoding the
+container include passing the values with the `--env` flag, or hard coding the
proxy environment at container build time.)
For example, to disable passing these environment variables from host to
@@ -655,7 +655,7 @@ Security Options
- `seccomp=unconfined` : Turn off seccomp confinement for the container
- `seccomp=profile.json` : White listed syscalls seccomp Json file to be used as a seccomp filter
-Note: Labelling can be disabled for all containers by setting label=false in the **libpod.conf** (`/etc/containers/libpod.conf`) file.
+Note: Labeling can be disabled for all containers by setting label=false in the **libpod.conf** (`/etc/containers/libpod.conf`) file.
**--shm-size**=*size*
@@ -1197,7 +1197,7 @@ Precedence Order:
**--env-host** : Host environment of the process executing podman is added.
- Container image : Any enviroment variables specified in the container image.
+ 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.