Apache Jena Fuseki on openjdk 11. Tags indicate Fuseki version
245
Docker image for Apache Jena Fuseki (aka Fuseki 2).
Arguments of the image are forwarded to the fuseki-server in the
Apache Fuseki distribution.
The following example exposes a TDB 2 directory at data/dir.tdb as
http://0.0.0.0:3030/ (SPARQL endpoint at http://0.0.0.0:3030/ds/sparql):
docker run -it --rm -p 3030:3030 -v $(pwd)/data:/data \
alexishuf/fuseki:3.17.0 --tdb2 --loc /data/dir.tdb --port 3030 /ds
FUSEKI_BASE (set to /var/opt/fuseki by default): This is forwarded to
fuseki-server and is where Fuseki will store lock files and other state
information.JVM_ARGS (set to -XX:MaxRAMPercentage=50 by default): Command-line
options forwarded to the java binary, before the -jar argument.DOWNLOAD_FROM=https://archive.apache.org/dist/jena/binaries: where to
download Fuseki binaries fromFUSEKI_VERSION=3.17.0 Fuseki version to package as a docker image. Tags
of alexishuf/fuseki correspond to this.Content type
Image
Digest
Size
368.6 MB
Last updated
about 5 years ago
docker pull alexishuf/fuseki:3.17.0