Doc referrence "container-id" incorrect

This commit is contained in:
lixiaobing10051267 2016-07-11 17:04:07 +08:00
parent 0a6561f5e9
commit db7859f13c

2
docs/proposals/disk-accounting.md Normal file → Executable file
View 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