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

Set permissions on start.sh in Dockerfile #5

Closed
wants to merge 1 commit into from

Conversation

bvhme
Copy link
Contributor

@bvhme bvhme commented Sep 5, 2018

Fixes #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

GitHub has added the extra line-break at the end of the file.

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
@codecov-io
Copy link

codecov-io commented Sep 5, 2018

Codecov Report

Merging #5 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #5   +/-   ##
=======================================
  Coverage   88.62%   88.62%           
=======================================
  Files          84       84           
  Lines        1873     1873           
=======================================
  Hits         1660     1660           
  Misses        213      213

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6e6c158...530afc0. Read the comment docs.

@bvhme
Copy link
Contributor Author

bvhme commented May 28, 2020

This pull request is old enough now to be retired, feel free to reopen.

@bvhme bvhme closed this May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Unable to start the container: exec: \"/start.sh\": permission denied
2 participants