-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exited (100) with ENV LANG #12
Comments
@pilwon any idea about this? I'm getting exit code 100 without any env variables (run command is |
same here, container always exits with code 100 :( |
same here, the image used to work but now I'm getting exits w/ code 100 |
May be it's because of Insufficient free space for journal files. It may not be the case for everyone, but freeing up some space worked for me |
^ i believe my solution to this was running with |
Same issue here. --smallFiles doesn't fix this issue for me. Anybody still having issue? my docker-compose.yml file is like this database:
image: mongo:2.6
command: "--smallfiles"
volumes:
- data/mongodb:/data/db
ports:
- "27017:27017" |
For me the problem was that I shut down my computer without shutting down the container properly. When starting the container an internal problem happened with the mongo. I SSH'ed into the machine and deleted a lock file and then the container started all right for me. |
same here, |
work around available - docker-library/mongo#74 |
thanks @m-amr! works for me. |
@jovanialferez |
@m-amr yes, it works.. it created |
@m-amr here is a snippet from my
|
@jovanialferez but the db directory is empty ? can you check it ? |
@m-amr the db directory inside the container is not empty. |
@m-amr some files inside the container isnt visible in the host though. |
@m-amr i have same problem, this solution is not working for me =( |
Is there a way to tell docker or mongodb to exit with a more useful message than just the error code 100. That code could mean a plethora of problems. Unfortunately the docker and mongodb logs are empty. |
The container does not start when configure env LANG="en-US.UTF-8".
The text was updated successfully, but these errors were encountered: