cptactionhank / docker-atlassian-jira

Atlassian JIRA Core wrapped in a Docker image
https://cptactionhank.github.io/docker-atlassian-jira
MIT License
621 stars 248 forks source link

OCI runtime create failed #89

Open bbideep opened 5 years ago

bbideep commented 5 years ago

Request to kindly review and see if this change can be merged. This is to address the below error where Dockerfile and docker-entrypoint.sh are downloaded and image is built and run seperately. When docker image is built and run as separate steps, it throws the below error. This would be helpful when Dockerfile needs to be modified with additional steps. The command as per instructions to run the container (docker run --detach --publish 8080:8080 cptactionhank/atlassian-jira:latest) work just fine. Included changes should work fine in both the cases.

Error: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"/docker-entrypoint.sh\": permission denied": unknown.