Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
I tried to run
livepythonin a docker image which I build (docker build -t livepython .) with the followingDockerfile.If I run the image (
docker run -it livepython) the executable cannot be founddocker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"livepython\": executable file not found in $PATH": unknown.I could not find an executable in the container. Can you help out?