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

Docker image can't start #10823

Closed
pascalgrimaud opened this issue Sep 13, 2024 · 0 comments · Fixed by #10826
Closed

Docker image can't start #10823

pascalgrimaud opened this issue Sep 13, 2024 · 0 comments · Fixed by #10826

Comments

@pascalgrimaud
Copy link
Member

Following this #10742, the Dockerfile is broken. So we could not deploy to GCP.

To reproduce:

docker build -t jhlite:local .

Then:

➜ docker run -p 7471:7471 jhlite:local
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: exec: "exec": executable file not found in $PATH: unknown.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant