Skip to content

Commit ddbfd0e

Browse files
authored
Merge pull request #21 from mscherer/patch-2
Fix small error ( compied => copied, recieve => receive )
2 parents 41491a3 + efa8885 commit ddbfd0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Running Docker or OCI runc containers with this executable, oci-systemd-hook is
1111
When oci-systemd-hook detects systemd inside of the container it does the following:
1212

1313
* Mounts a tmpfs on /run and /tmp
14-
- If there is content in the container image's /run and /tmp that content will be compied onto the tmpfs.
14+
- If there is content in the container image's /run and /tmp that content will be copied onto the tmpfs.
1515
* Creates a /etc/machine-id based on the the containers UUID
1616
* Mounts the hosts /sys/fs/cgroups file systemd read-only into the container
1717
- /sys/fs/cgroup/systemd will be mounted read/write into the container.
@@ -20,7 +20,7 @@ When the container stops, these file systems will be umounted.
2020

2121
systemd is expected to be able to run within the container without requiring
2222
the `--privileged` option. However you will still need to specify a special `--stop-signal`. Standard docker containers sends SIGTERM to pid 1, but systemd
23-
does not shut down properly when it recieves a SIGTERM. systemd specified that it needs to recieve a RTMIN+3 signal to shutdown properly.
23+
does not shut down properly when it recieves a SIGTERM. systemd specified that it needs to receive a RTMIN+3 signal to shutdown properly.
2424

2525
If you created a container image based on a dockerfile like the following:
2626
```

0 commit comments

Comments
 (0)