mirror of https://github.com/docker/docs.git
Update storage driver docs
This commit is contained in:
parent
8ae3323fe2
commit
8cd40fd869
|
@ -96,7 +96,7 @@ command. Two different columns relate to size.
|
|||
The total disk space used by all of the running containers on disk is some
|
||||
combination of each container's `size` and the `virtual size` values. If
|
||||
multiple containers started from the same exact image, the total size on disk for
|
||||
these containers would be SUM (`size` of containers) plus one container's
|
||||
these containers would be SUM (`size` of containers) plus one image size
|
||||
(`virtual size`- `size`).
|
||||
|
||||
This also does not count the following additional ways a container can take up
|
||||
|
|
Loading…
Reference in New Issue