diff options
| author | lixiaobing10051267 <li.xiaobing1@zte.com.cn> | 2016-07-11 17:04:07 +0800 |
|---|---|---|
| committer | lixiaobing10051267 <li.xiaobing1@zte.com.cn> | 2016-07-11 17:04:07 +0800 |
| commit | a82b1f41f7329287ca48c7c68090e16c0d50b53e (patch) | |
| tree | eaf2e616fba335a37d5bc225f7faf66b8abff933 | |
| parent | e3b343635b34a6ce66ec9d78855e3986b76887f4 (diff) | |
Doc referrence "container-id" incorrect
| -rwxr-xr-x[-rw-r--r--] | disk-accounting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/disk-accounting.md b/disk-accounting.md index d0fbadec..2c71c4c8 100644..100755 --- a/disk-accounting.md +++ b/disk-accounting.md @@ -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 |
