From dc19c3e9f8675fd45d7f69cff8a7b496b06b02b8 Mon Sep 17 00:00:00 2001 From: Christopher Hunt Date: Sun, 18 Aug 2019 09:22:40 -0400 Subject: Fix minor typos in podman-run docs. Signed-off-by: Chris Hunt --- docs/podman-run.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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. -- cgit v1.2.3-54-g00ecf