mongo docker CPU 不支持 AVX 指令集
新版的 mongo 在某些不支持 AVX 指令集 的 CPU 上,会导致容器不断重启,错误如下:
WARNING: MongoDB 5.0+ requires a CPU with AVX support, and your current system does not appear to have that! see https://jira.mongodb.org/browse/SERVER-54407 see also https://www.mongodb.com/community/forums/t/mongodb-5-0-cpu-intel-g4650-compatibility/116610/2 see also https://github.com/docker-library/mongo/issues/485#issuecomment-891991814 /usr/local/bin/docker-entrypoint.sh: line 412: 27 Illegal instruction (core dumped) "${mongodHackedArgs[@]}" --fork
镜像换成老板本: 4.4.4 验证 ok
0顶
0 踩
共 0 条评论