Skip to content

zazukoians/docker-ontodia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ontodia Docker Image

This is a minimal image for Ontodia, a platform for exploration and visualization of graph-based data. It allows you to run an Ontodia instance in Docker.

Building & Running

To build the image checkout the repository on your host and

  1. Build the docker image

    docker build -t ontodia .

  2. Once it is built, run it like this

    docker run --rm --env SPARQL_ENDPOINT=https://example.com/query -p 8080:80 ontodia

The variable SPARQL_ENDPOINT should point to an accessible SPARQL endpoint Ontodia will use. By default it points to http://ld.zazuko.com/query.

About

Docker image for Ontodia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published