mingfang/docker-predictionio

Failing build

dmtrs opened this issue · 2 comments

When try to build I get a repeat

MongoDB shell version: 2.6.3
connecting to: test
2014-07-14T08:14:15.091+0000 warning: Failed to connect to 127.0.0.1:27017, reason: errno:111 Connection refused
2014-07-14T08:14:15.091+0000 Error: couldn't connect to server 127.0.0.1:27017 (127.0.0.1), connection attempt failed at src/mongo/shell/mongo.js:146
exception: connect failed
MongoDB shell version: 2.6.3
connecting to: test
...

The Dockerfile launches Mongodb during the build in order to initialize the database.
This startup may take a minute or so depending on your hardware.

This should work. Please open new issue if problem persists.