moby--moby/container
Lei Jitang 518ed75e1a Fix docker stats show wrong memory limit when do docker update
When a container create with -m 100m and then docker update other
cgroup settings such as --cpu-quota, the memory limit show by
docker stats will become the default value but not the 100m.

Signed-off-by: Lei Jitang <leijitang@huawei.com>
2015-12-29 20:33:16 -05:00
..
archive.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
container.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
container_unit_test.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
container_unix.go Fix docker stats show wrong memory limit when do docker update 2015-12-29 20:33:16 -05:00
container_windows.go Implemet docker update command 2015-12-28 19:19:26 +08:00
monitor.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
state.go Replace pkg/units with docker/go-units. 2015-12-16 12:26:49 -05:00
state_test.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
state_unix.go Move Container to its own package. 2015-12-03 17:39:49 +01:00
state_windows.go Move Container to its own package. 2015-12-03 17:39:49 +01:00