mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Merge pull request #28766 from lixiaobing10051267/masterOverlayId
Automatic merge from submit-queue Doc referrence "container-id" incorrect File "docs\proposals\disk-accounting.md", line 154, "Everything under `/var/lib/docker/overlay/<container-id>` are files required for running the container", here "container-id" is incorrect because files under "/var/lib/docker/overlay" are layer files, and "container-id" should be "id" thus consistent with line 148 "Image layers and writable layers are stored under `/var/lib/docker/overlay/<id>`".
This commit is contained in:
commit
08b4f5f8f5
2
docs/proposals/disk-accounting.md
Normal file → Executable file
2
docs/proposals/disk-accounting.md
Normal file → Executable file
@ -151,7 +151,7 @@ Identical files are hardlinked between images.
|
||||
|
||||
The image layers contain all their data under a `root` subdirectory.
|
||||
|
||||
Everything under `/var/lib/docker/overlay/<container-id>` are files required for running the container, including its writable layer.
|
||||
Everything under `/var/lib/docker/overlay/<id>` are files required for running the container, including its writable layer.
|
||||
|
||||
### Improve disk accounting
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user