Sign inSign up

mxr576/stanbol

By mxr576

Updated almost 11 years ago

Apache Stanbol in Docker

Image
2

1.8K

mxr576/stanbol repository overview

Apache Stanbol in Docker


Apache Stanbol 0.12 Docker image.

How to use this image:

Build the image on your local machine:

git clone https://github.com/mxr576/stanbol.git
cd stanbol
docker build -t mxr576/stanbol .

or pull the pre-built image from Dockerhub

docker pull mxr576/stanbol

then start a new container:

docker run -id -p 8080:8080 --name stanbol -t mxr576/stanbol

Available environment variables:

  • JAVA_OPTS - Settings for the JAVA run time environment. Default: -Xmx1g -XX:MaxPermSize=256m . Which is the recommended settings from the Stanbol tutorial.
Licence

MIT

Tag summary

Content type

Image

Digest

sha256:81d233a23

Size

444.2 MB

Last updated

almost 11 years ago

docker pull mxr576/stanbol