Skip to content
Discussion options

You must be logged in to vote

I was able to reproduce using simple docker command:

~ > docker run -it --rm --platform linux/amd64 rippleci/clio:ba905e38ae16eea8061a39da05947ebe90c512e1
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "/opt/clio/bin/clio_server": permission denied: unknown

Run 'docker run --help' for more information

Note: I added --platform linux/amd64 because I'm on M4 macOS.

Then I added --entrypoint /bin/bash --user root: docker run -it --rm --platform linux/amd64 --entrypoint /bin/bash --user root rippleci/clio:ba905e38ae16eea806…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mathbunnyru
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants