Merge pull request #9282 from SvenDowideit/explain-VIRTUAL-SIZE

Explain what the VIRTUAL SIZE means
This commit is contained in:
Sven Dowideit 2014-11-27 12:19:09 +10:00
commit ff327f9d57
1 changed files with 4 additions and 0 deletions

View File

@ -796,6 +796,10 @@ decrease disk usage, and speed up `docker build` by
allowing each step to be cached. These intermediate layers are not shown allowing each step to be cached. These intermediate layers are not shown
by default. by default.
The `VIRTUAL SIZE` is the cumulative space taken up by the image and all
its parent images. This is also the disk space used by the contents of the
Tar file created when you `docker save` an image.
An image will be listed more than once if it has multiple repository names An image will be listed more than once if it has multiple repository names
or tags. This single image (identifiable by its matching `IMAGE ID`) or tags. This single image (identifiable by its matching `IMAGE ID`)
uses up the `VIRTUAL SIZE` listed only once. uses up the `VIRTUAL SIZE` listed only once.