You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step 5/18 : RUN service mongodb start
---> Running in a7e2b3f72c20
* Starting database mongodb
...fail!
ERROR: Service 'app' failed to build: The command '/bin/sh -c service mongodb start' returned a non-zero code: 1
Is this because I already have mongodb installed and running? I can test on an Ubuntu 12.04 box.
The text was updated successfully, but these errors were encountered:
Yes, I thought the whole point of using Docker was that it's an isolated container. I'll try it on my 12.04 install. I also have a Mac but have heard bad things about installing/running Docker on it.
From
sudo docker-compose build
:Is this because I already have mongodb installed and running? I can test on an Ubuntu 12.04 box.
The text was updated successfully, but these errors were encountered: