mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07: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>