stain / jena-docker

Docker image for Apache Jena riot
Apache License 2.0
99 stars 86 forks source link

java.io.IOException: Cannot run program "ps": error=2, No such file or directory #59

Open plasticfist opened 2 years ago

plasticfist commented 2 years ago

discussion https://github.com/stain/jena-docker/issues/34

currently hacking the image to get it going with

docker exec --interactive --tty \ ${DOCKER_NAME} \ bash -c "apt-get update && apt-get install -y --no-install-recommends procps && exit"

EwaSniegowskaPCSS commented 2 years ago

I confirm ps is needed for when you run fuseki container multiple times without removing the volumes (I use docker-compose).