Commit 08b4f5f8 authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

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>`".
parents 7408c91d db7859f1
...@@ -151,7 +151,7 @@ Identical files are hardlinked between images. ...@@ -151,7 +151,7 @@ Identical files are hardlinked between images.
The image layers contain all their data under a `root` subdirectory. 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 ### Improve disk accounting
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment