When trying to debug
i tried a different machine. The tests faild on my Mac OS computer so i tried an Ubuntu 18.04 LTS
machine
on the Ubuntu 18.04 LTS machine when starting:
docker run -it -p 8182:8182 janusgraph/janusgraph
i get ...
Status: Downloaded newer image for janusgraph/janusgraph:latest
cp: error writing '/etc/opt/janusgraph/janusgraph.properties': No space left on device
cp: error writing '/etc/opt/janusgraph/gremlin-server.yaml': No space left on device
/usr/local/bin/docker-entrypoint.sh: line 59: echo: write error: No space left on device
/usr/local/bin/docker-entrypoint.sh: line 59: echo: write error: No space left on device
/usr/local/bin/docker-entrypoint.sh: line 59: echo: write error: No space left on device
/usr/local/bin/docker-entrypoint.sh: line 59: echo: write error: No space left on device
/usr/local/bin/docker-entrypoint.sh: line 59: echo: write error: No space left on device
/usr/local/bin/docker-entrypoint.sh: line 74: echo: write error: No space left on device
waiting for storage...
How can i configure the space needed and how much is it? Isn't it a bug that the needed space is not checked on installation?