Fix some typos

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
This commit is contained in:
Qiang Huang 2016-12-16 09:31:19 +08:00
parent 22772224e6
commit 3b8eee7522
5 changed files with 8 additions and 8 deletions

View file

@ -1,11 +1,11 @@
# Mounts
Mounts are the main interaction mechansim in containerD. Container systems of
Mounts are the main interaction mechanism in containerd. Container systems of
the past typically end up having several disparate components independently
perform mounts, resulting in complex lifecycle management and buggy behavior
when coordinating large mount stacks.
In containerD, we intend to keep mount syscalls isolated to the container
In containerd, we intend to keep mount syscalls isolated to the container
runtime component, opting to have various components produce a serialized
representation of the mount. This ensures that the mounts are performed as a
unit and unmounted as a unit.