when I run the command mongosh in the image, I get this error.
docker run --entrypoint /bin/bash -it mongo:6.0.5
root@673609d0a744:/# mongosh
mongosh[8]: ../src/node_platform.cc:61:std::unique_ptr node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion `(0) == (uv_thread_create(t.get(), start_thread, this))' failed.
1: 0xb81280 node::Abort() [mongosh]
2: 0xb812fe [mongosh]
3: 0xbed0ee [mongosh]
4: 0xbed1b6 node::NodePlatform::NodePlatform(int, v8::TracingController*) [mongosh]
5: 0xabe90f node::MultiIsolatePlatform::Create(int, v8::TracingController*) [mongosh]
6: 0xab5c84 main [mongosh]
7: 0x7fa14a426d90 [/lib/x86_64-linux-gnu/libc.so.6]
8: 0x7fa14a426e40 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]
9: 0xab860e [mongosh]
Aborted (core dumped)
This also applies to image 6.0.4. In images 6.0.3 and below, this is not observed. Accordingly, I cannot start the container with my configuration file for mongodb. What could be the problem? Thank you.