blockchain-IoT / Motoro

Smart contracts for decentralized rentals of vehicles.
https://www.toptal.com/ethereum/motoro-iot-in-transportation
MIT License
107 stars 39 forks source link

Error when getting the container up #56

Open bndissanayaka opened 6 years ago

bndissanayaka commented 6 years ago

I am using docker compose to define my multi-container application and when use docker-compose up to start the services I get the following error regarding couchbase server

"couchbase_server_1 | standard_init_linux.go:190: exec user process caused "no such file or directory"

Following is the console o/p and I'm using docker toolbox in windows 10 machine. What could be a possible reason for this? Please advice.

$ docker-compose up Starting getmcrew2services_couchbase_server_1 ... done Starting getmcrew2services_tpm_1 ... done Starting getmcrew2services_sync_gateway_1 ... done Starting getmcrew2services_tp1_1 ... done Starting getmcrew2services_tmsdm_1 ... done Starting getmcrew2services_auth_service_1 ... done Starting getmcrew2services_auth_proxy_1 ... done Starting getmcrew2services_nginx_1 ... done Attaching to getmcrew2services_tpm_1, getmcrew2services_couchbase_server_1, getmcrew2services_sync_gateway_1, getmcrew2services_tp1_1, getmcrew2services_tmsdm_1, getmcrew2services_auth_proxy_1, getmcrew2services_auth_service_1, getmcrew2services_nginx_1 couchbase_server_1 | standard_init_linux.go:190: exec user process caused "no such file or directory"

michalmikolajczyk commented 6 years ago

thanks @bndissanayaka it's hard to say without seeing your code. Can you submit a PR please? At first glance it seems like perhaps a volume was not mounted?