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

Unable to start the container: exec: \"/start.sh\": permission denied #4

Open
bvhme opened this issue Aug 28, 2018 · 0 comments
Open

Comments

@bvhme
Copy link
Contributor

bvhme commented Aug 28, 2018

I've tried running the dockers using docker-compose as described in the INSTALL.rst however sadly I've encountered the following error:

The command from point 2:

$ docker-compose up

Which I expected to launch the containers and give me access to the service and web server, however, it returns:

zaaktypecataloguscomponent_db_1 is up-to-date
Starting zaaktypecataloguscomponent_web_1 ... error

ERROR: for zaaktypecataloguscomponent_web_1  Cannot start service web: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"/start.sh\": permission denied": unknown

ERROR: for web  Cannot start service web: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"/start.sh\": permission denied": unknown
ERROR: Encountered errors while bringing up the project.

I've tried changing my system permissions for that and other files, without luck. I've tried purgeing and rebuilding also without luck.

Any tips or hints as to resolving this? Thanks :)

bvhme pushed a commit to bvhme/zaaktypecataloguscomponent that referenced this issue Sep 5, 2018
Fixes Haarlem#4 

The `docker-compose up` command failed because it could not execute `/start.sh` failing with the following error:

> ERROR: for web  Cannot start service web: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"/start.sh\": permission denied": unknown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant