mvertes / docker-alpine-mongo

MongoDB Dockerfile based on light alpine container
MIT License
189 stars 82 forks source link

Error relocating /usr/bin/mongod: pthread_setattr_default_np: symbol not found #12

Closed barbarello closed 6 years ago

barbarello commented 7 years ago

Hi Marc,

I just stumbled on this issue as well https://bugs.alpinelinux.org/issues/5299 Interestingly, your image still works as advertised in the README, that is when pulled directly. but when built using the Dockerfile, the resulting container fails to start with

Error relocating /usr/bin/mongod: pthread_setattr_default_np: symbol not found

wittawasw commented 7 years ago

Not sure how it's related but I add apk upgrade --update before apk add --no-cache mongodb and it's fixed.