docker修改正在运行的容器 -m 内存大小 #查看现在运行的容器 docker stats #修改容器内存大小 docker update -m 512M --memory-swap 512M 容器ID #CPU 限制,这将限制容器使用的 CPU 不超过 0.5 个核心。 docker update ea24f6e7f16d --cpus 0.5