Information on using Apache jena/fuseki with EVSRESTAPI.
Run the following command to build the Jena image:
cd docker/fuseki
docker build -t evsrestapi/fuseki:5.1.0 .
Start the container with the following command. Note: you need the src mount path to a local directory of your choice to persist the data.
dir=c:/Users/carlsenbr/eclipse-workspace/data/fuseki
docker run -d --name=jena_evs --rm -p "3030:3030" -v"$dir":/opt/fuseki/run/databases evsrestapi/fuseki:5.1.0