commit
3cdf1d8e41
5 changed files with 8 additions and 8 deletions
|
@ -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.
|
||||
|
|
|
@ -45,7 +45,7 @@ interface.
|
|||
## Architecture
|
||||
|
||||
The _Snapshot Manager_ provides an API for allocating, snapshotting and mounting
|
||||
abstract, layer-based filesytems. The model works by building up sets of
|
||||
abstract, layer-based filesystems. The model works by building up sets of
|
||||
directories with parent-child relationships, known as _Snapshots_.
|
||||
|
||||
Every snapshot is represented by an opaque `diff` directory, which acts as a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue