Update storage driver docs

This commit is contained in:
ittus 2018-04-22 14:06:02 +09:00 committed by Joao Fernandes
parent 8ae3323fe2
commit 8cd40fd869
1 changed files with 1 additions and 1 deletions

View File

@ -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 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 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 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`). (`virtual size`- `size`).
This also does not count the following additional ways a container can take up This also does not count the following additional ways a container can take up