Hi there,
trying to get Stardog free started on Ubuntu & Docker.
- following the instructions: Use Docker | Stardog Documentation Latest
- Pulling the container
- saving the license key into /home/USER/stardog-home/stardog-license-key.bin
- using the command from the instructions, adding sudo:
sudo docker run -it -v ~/stardog-home/:/var/opt/stardog -p 5820:5820 stardog/stardog
Result:
STARDOG_HOME '/var/opt/stardog/' is not writeable by the current user
I'm missing a point, but which one?
Whole system is updated as normal, current versions.
Regards