Update vfs-driver.md

edited:
/var/lib/docker/dir/ => /var/lib/docker/vfs/dir/
This commit is contained in:
fireman777 2018-06-08 16:03:14 +03:00 committed by Joao Fernandes
parent cebc281254
commit 5596b4fdca
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ directory names do not directly correspond to the IDs of the layers themselves.
VFS does not support copy-on-write (COW), so each time a new layer is created,
it is a deep copy of its parent layer. These layers are all located under
`/var/lib/docker/dir/`.
`/var/lib/docker/vfs/dir/`.
### Example: Image and container on-disk constructs