关于容器内部出现很多core文件
Opened this issue · 0 comments
yajuhua commented
创建容器时加入--ulimit core=0:0
docker run -id --name=podcast2 \
-p 8088:8088 \
--ulimit core=0:0 \
--restart=always \
--mount source=podcast2,destination=/data \
yajuhua/podcast2:latest
Opened this issue · 0 comments
创建容器时加入--ulimit core=0:0
docker run -id --name=podcast2 \
-p 8088:8088 \
--ulimit core=0:0 \
--restart=always \
--mount source=podcast2,destination=/data \
yajuhua/podcast2:latest