1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
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
container.go
container_unit_test.go
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
monitor.go
state.go
state_test.go
state_unix.go
state_windows.go