Sign inSign up

inutano/jena

By inutano

Updated almost 8 years ago

Apache Jena

Image
1

371

inutano/jena repository overview

Dockerfiles for benchmarking on #BioHack14

A set of instructions and Dockerfiles to build containers for dev-setup by joejimbo.

  • Elasticsearch
  • Hadoop
  • 4store
  • Jena
  • Virtuoso
  • RDF-tools
Elasticsearch

Official docker container by dockerfile is on the public Docker Hub Repository.

docker run -d -p 9200:9200 -p 9300:9300 dockerfile/elasticsearch
Hadoop

Public docker container by sequenceiq is on the public Docker Hub Repository.

docker run -it sequenceiq/hadoop-docker /etc/bootstrap.sh -bash
4store

Docker container based on the script is on the public Docker Hub Repository.

docker run -it inutano/4store bash
Jena

Docker container based on the script is on the public Docker Hub Repository.

docker run -it inutano/jena bash
Virtuoso

Docker container based on the script is on the public Docker Hub Repository.

docker run -it -p 8890:8890 inutano/virtuoso
RDF-tools

Docker container based on the script is on the public Docker Hub Repository.

docker run -it inutano/rdf-tools bash

Tag summary

Content type

Image

Digest

sha256:21c7f0aad

Size

250.8 MB

Last updated

almost 8 years ago

docker pull inutano/jena