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

A minimal (Alpine Linux) docker container for running KDB+

Results 3 docker-kdb issues
Sort by recently updated
recently updated
newest added

#setting ssl 28 RUN cd /usr/lib && ln -s libssl.so.45 libssl.so 29 ENV SSL_VERIFY_SERVER NO

The script causes the error "exec: "/entrypoint.sh": permission denied: unknown." and does not add any functionality so it can be removed. This also resolves issue #1 .

`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.