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

OCI runtime create failed #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

bbideep
Copy link

@bbideep bbideep commented Jan 6, 2019

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.

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

Successfully merging this pull request may close these issues.

None yet

1 participant