diff options
author | Christopher Hunt <chrahunt@gmail.com> | 2019-08-18 09:22:40 -0400 |
---|---|---|
committer | Chris Hunt <chrahunt@gmail.com> | 2019-08-21 21:30:14 -0400 |
commit | dc19c3e9f8675fd45d7f69cff8a7b496b06b02b8 (patch) | |
tree | 449360b9bc1ede56180d84f14ad71c99e64411ef | |
parent | 76f327f73ff9f5ae67a30186007685b8a2e21d67 (diff) | |
download | podman-dc19c3e9f8675fd45d7f69cff8a7b496b06b02b8.tar.gz podman-dc19c3e9f8675fd45d7f69cff8a7b496b06b02b8.tar.bz2 podman-dc19c3e9f8675fd45d7f69cff8a7b496b06b02b8.zip |
Fix minor typos in podman-run docs.
Signed-off-by: Chris Hunt <chrahunt@gmail.com>
-rw-r--r-- | docs/podman-run.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index 2445df566..4bbf5ce6f 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -735,14 +735,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. |