mirror of
https://github.com/moby/moby.git
synced 2026-07-04 13:48:55 +00:00
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>