-
Notifications
You must be signed in to change notification settings - Fork 33
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
Can't connect #5
Comments
check the logs directory inside your data volume mount point |
I did use Although now I wonder if I'm experiencing this docker-library/mysql#44 (comment) since yes, I am on osx and using |
yup, looks like the issue was with volume permissions between OSX and boot2docker. I removed the Although I think I have to change the network configuration of my boot2docker VM - since by default it's NAT'ed I think it's not going to find any APs on my network until I change the network configuration to bridged. But that's a separate issue. Thanks for pointing me in the right direction! |
u cannot reliabaly mount osx paths into your docker containers using stock boot2docker... yet.... use a data volume container instead... |
Apologies as I suspect this is a PEBCAK but for some reason even though I can see the listening ports and running java process, every connect attempt is closed immediately.
if I
docker-machine ssh
into the box I can see the listening ports and running java process but still can't connect:Java process is running but not mongod:
However no errors in the log:
Any thoughts?
The text was updated successfully, but these errors were encountered: