Skip to content

Docker Image for Ontotext GraphDB Free edition

License

Notifications You must be signed in to change notification settings

amalic/graphdb-free

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image for Ontotext GraphDB Free edition

Register on the Ontotext website for the GraphDB free edition. Download the standalone server version and save it in the same folder as the Dockerfile. Build the image and start using !

Note: The version used in the build is 9.1.1. Please change the version number in the Dockerfile if required.

BUILD THE IMAGE .

docker build -t graphdb-free --build-arg version=9.1.1 .

TO RUN THE IMAGE .

docker run -d -p 7200:7200 graphdb-free

TO RUN THE IMAGE WITH LOCAL STORAGE .

docker run --name graphdb -d \
  -p 7200:7200 \
  -v /data/graphdb:/opt/graphdb/home \
  --restart unless-stopped \
  graphdb-free

About

Docker Image for Ontotext GraphDB Free edition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%