Newbie question: I just want to try Stardog Studio for Docker. I have followed the steps and created a container:
docker run -p 8888:8080 -d stardog/stardog-studio:current
but I am not able to access... http://localhost:8888/ refuses to connect. The actual "http://172.17.0.3:8080/" is also refusing to connect.
What can be the source of the issue?
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
113529c0fc1c stardog/stardog-studio:current "/docker-entrypoint.…" 3 seconds ago Up 2 seconds 0.0.0.0:8888->8080/tcp focused_agnesi
64a438d50e5d stardog/stardog "/opt/stardog/bin/st…" 38 minutes ago Up 38 minutes 0.0.0.0:5820->5820/tcp clever_dewdney
$ docker logs 113529c0fc1c
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: info: can not modify /etc/nginx/conf.d/default.conf (read-only file system?)
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Configuration complete; ready for start up