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

I use Dockfile to build image,but the image cant work with k8s #7

Open
coollei opened this issue Jan 28, 2018 · 2 comments
Open

I use Dockfile to build image,but the image cant work with k8s #7

coollei opened this issue Jan 28, 2018 · 2 comments

Comments

@coollei
Copy link

coollei commented Jan 28, 2018

k8s error message:
Error: failed to start container "galera": Error response from daemon: oci runtime error: container_linux.go:265: starting container process caused "exec: "/entrypoint.sh": permission denied"

@rbnor
Copy link

rbnor commented Mar 24, 2018

You have changed the entrypoint script and pushed the image yourself? if that is the case then you need to chmod +x entrypoint.sh before building the image.

@rbnor
Copy link

rbnor commented Mar 24, 2018

I had the same issue

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