Skip to content
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

Error when getting the container up #56

Open
bndissanayaka opened this issue Jul 7, 2018 · 1 comment
Open

Error when getting the container up #56

bndissanayaka opened this issue Jul 7, 2018 · 1 comment

Comments

@bndissanayaka
Copy link

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
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants