mirror of
https://github.com/docker/cli.git
synced 2025-07-29 06:01:13 +03:00
Correct old virtual size
In new content addressable model, image no longer have virtual size column, it is now 'size'. So we need to update related docs about them. Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com>
This commit is contained in:
committed by
Tibor Vass
parent
1a10df30ce
commit
361097ab17
@ -46,7 +46,7 @@ created. Supported `Dockerfile` instructions:
|
||||
$ docker commit c3f279d17e0a svendowideit/testimage:version3
|
||||
f5283438590d
|
||||
$ docker images
|
||||
REPOSITORY TAG ID CREATED VIRTUAL SIZE
|
||||
REPOSITORY TAG ID CREATED SIZE
|
||||
svendowideit/testimage version3 f5283438590d 16 seconds ago 335.7 MB
|
||||
|
||||
## Commit a container with new configurations
|
||||
|
Reference in New Issue
Block a user