I tried your wonderful container. I did the following:
- ssh in
- cd /apps
- meteor create --example todos
- cd todos
- meteor
I got the following output:
root@meteor:/apps/todos# meteor
[[[[[ /apps/todos ]]]]]
=> Started proxy.
Unexpected mongo exit code 100. Restarting.
Unexpected mongo exit code 100. Restarting.
Unexpected mongo exit code 100. Restarting.
Can't start Mongo server.
MongoDB had an unspecified uncaught exception.
This can be caused by MongoDB being unable to write to a local database.
Check that you have permissions to write to .meteor/local. MongoDB does
not support filesystems like NFS that do not allow file locking.
Does there need to be a volume mapping from the docker host into the container?
I tried your wonderful container. I did the following:
I got the following output:
root@meteor:/apps/todos# meteor
[[[[[ /apps/todos ]]]]]
=> Started proxy.
Unexpected mongo exit code 100. Restarting.
Unexpected mongo exit code 100. Restarting.
Unexpected mongo exit code 100. Restarting.
Can't start Mongo server.
MongoDB had an unspecified uncaught exception.
This can be caused by MongoDB being unable to write to a local database.
Check that you have permissions to write to .meteor/local. MongoDB does
not support filesystems like NFS that do not allow file locking.
Does there need to be a volume mapping from the docker host into the container?