add size to inspect

Signed-off-by: Zhang Kun <zkazure@gmail.com>
This commit is contained in:
Zhang Kun
2015-09-25 20:49:02 +08:00
parent bf80adeee4
commit b4d6b23838
13 changed files with 108 additions and 8 deletions

View File

@@ -13,5 +13,5 @@ func addMountPoints(container *Container) []types.MountPoint {
// ContainerInspectPre120 get containers for pre 1.20 APIs.
func (daemon *Daemon) ContainerInspectPre120(name string) (*types.ContainerJSON, error) {
return daemon.ContainerInspect(name)
return daemon.ContainerInspect(name, false)
}