摘要: 一、 通过docker run –ulimit 参数设置这个容器的 ulimit 值 docker run --ulimit nofile=1024:1024 --rm debian sh -c "ulimit -n" 二、通过配置 daemon.json 配置默认值 配置nofile { "def 阅读全文
posted @ 2024-01-16 12:16 EJW 阅读(1014) 评论(0) 推荐(0)