docker-kdb icon indicating copy to clipboard operation
docker-kdb copied to clipboard

/entrypoint.sh: permission denied": unknown.

Open sohale opened this issue 6 years ago • 1 comments

docker run -it sohail/docker-kdb:latest /bin/bash -p 5001 Causes the following error: docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: "/entrypoint.sh": permission denied": unknown.

sohale avatar Sep 12 '18 23:09 sohale

The entrypoint script is not needed so this can be worked around by either commenting out or removing the ENTRYPOINT section of the Dockerfile.

aktungmak avatar May 24 '21 14:05 aktungmak