Hi there - I am very new to Stardog and very new to Docker. I have a Windows machine and recently downloaded the free 30-day license through Docker Toolbox.
These are the steps I followed with Docker using the Docker Quickstart Terminal from Docker Toolbox:
If you're running the Stardog Studio image via that docker run command, you should be able to point a web browser to http://localhost:8888 and have the in-browser Studio show up.
If you're looking to run a Stardog server to connect Studio to, you'll need to docker run a separate container with the stardog/stardog image as described in our docs.
Appreciate the response. I followed the same 3 commands that I had in my first post.
When running the docker run command, I am pointing the docker container to the port 8888. However, when I open http://localhost:8888 in my web browser it says "Can't reach this page".
Any suggestions on how to access to in-browser Studio? I checked to see which ports were open on my machine by entering the command $ netstat -a
Not sure what the problem would be? Thank you for your help!!
Jen Moutenot