update docs and comments
Signed-off-by: Allen Sun <shlallen1990@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@ is simply a directory on the filesystem.
|
||||
|
||||

|
||||
|
||||
Note that while these architectural ideas are important to understanding the
|
||||
Note that while these architectural ideas are important to understand the
|
||||
system, code layout may not reflect the exact architecture. These ideas should
|
||||
be used as a guide for placing functionality and behavior and understanding the
|
||||
thought behind the design.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Container Lifecycle
|
||||
|
||||
While containerd is a daemon that provides API to manage multiple containers, the containers themselves are not tied to the lifecycle of containerd. Each container has a shim that acts as the direct parent for the container's processes as well has reporting the exit status and holding onto the STDIO of the container. This also allows containerd to crash and restore all functionality to containers.
|
||||
While containerd is a daemon that provides API to manage multiple containers, the containers themselves are not tied to the lifecycle of containerd. Each container has a shim that acts as the direct parent for the container's processes as well as reporting the exit status and holding onto the STDIO of the container. This also allows containerd to crash and restore all functionality to containers.
|
||||
|
||||
|
||||
## containerd
|
||||
|
||||
Reference in New Issue
Block a user