Apache Stanbol 0.12 Docker 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:
-Xmx1g -XX:MaxPermSize=256m . Which is the recommended settings from the Stanbol tutorial.Content type
Image
Digest
sha256:81d233a23…
Size
444.2 MB
Last updated
almost 11 years ago
docker pull mxr576/stanbol