mirror of
https://github.com/wahyd4/knowledge.git
synced 2026-08-08 20:57:48 +10:00
update
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 88 KiB |
@@ -36,6 +36,9 @@ Docker Engine uses the following namespaces on Linux:
|
||||
|
||||
### Cgroups
|
||||
|
||||

|
||||
|
||||
|
||||
Docker also makes use of kernel control groups for resource allocation and isolation. A cgroup limits an application to a specific set of resources. Control groups allow Docker Engine to share available hardware resources to containers and optionally enforce limits and constraints.
|
||||
Docker Engine uses the following cgroups:
|
||||
|
||||
@@ -50,6 +53,9 @@ Docker Engine uses the following cgroups:
|
||||
|
||||
### Union File Systems
|
||||
|
||||

|
||||
|
||||
|
||||
Union file systems operate by creating layers, making them very lightweight and fast. Docker Engine uses UnionFS to provide the building blocks for containers. Docker Engine can use multiple UnionFS variants, including AUFS, btrfs, vfs, and devicemapper.
|
||||
|
||||
### Container Format
|
||||
|
||||
Reference in New Issue
Block a user