docker-kdb
docker-kdb copied to clipboard
/entrypoint.sh: permission denied": unknown.
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.
The entrypoint script is not needed so this can be worked around by either commenting out or removing the ENTRYPOINT section of the Dockerfile.