summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-08-22 21:20:38 +0200
committerGitHub <noreply@github.com>2019-08-22 21:20:38 +0200
commit59261cf014678b374c4b0d27077de5d0689d6f0c (patch)
treeed30739b0ebe9a840059a3ca48f9bcb5f5ee0284 /docs
parent1537fc1f813feb11c79a0d81fd2bf25cd385091a (diff)
parentdc19c3e9f8675fd45d7f69cff8a7b496b06b02b8 (diff)
downloadpodman-59261cf014678b374c4b0d27077de5d0689d6f0c.tar.gz
podman-59261cf014678b374c4b0d27077de5d0689d6f0c.tar.bz2
podman-59261cf014678b374c4b0d27077de5d0689d6f0c.zip
Merge pull request #3845 from chrahunt/patch-2
Fix minor typos in podman-run docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/podman-run.1.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md
index 33b5cbf9e..447d4f282 100644
--- a/docs/podman-run.1.md
+++ b/docs/podman-run.1.md
@@ -736,14 +736,14 @@ Note: if you use the `--network=host` option these sysctls will not be allowed.
Run container in systemd mode. The default is *true*.
-If the command you running inside of the container is systemd or init, podman
+If the command you are running inside of the container is systemd or init, podman
will setup tmpfs mount points in the following directories:
/run, /run/lock, /tmp, /sys/fs/cgroup/systemd, /var/lib/journal
It will also set the default stop signal to SIGRTMIN+3.
-This allow systemd to run in a confined container without any modifications.
+This allows systemd to run in a confined container without any modifications.
Note: On `SELinux` systems, systemd attempts to write to the cgroup
file system. Containers writing to the cgroup file system are denied by default.