For running LIMES server in Docker, we expose port 8080. The image accepts the same arguments as the
limes-core.jar, i.e. to run a configuration at ./my-configuration.xml:
docker run -it --rm \
-v $(pwd):/data \
dicegroup/limes:latest \
/data/my-configuration.xml
To run LIMES server:
docker run -it --rm \
-p 8080:8080
dicegroup/limes:latest \
-s
@article{KI_LIMES_2021,
title={{LIMES - A Framework for Link Discovery on the Semantic Web}},
author={Axel-Cyrille {Ngonga Ngomo} and Mohamed Ahmed Sherif and Kleanthi Georgala and Mofeed Hassan and Kevin Dreßler and Klaus Lyko and Daniel Obraczka and Tommaso Soru},
journal={KI-K{\"u}nstliche Intelligenz, German Journal of Artificial Intelligence - Organ des Fachbereichs "Künstliche Intelligenz" der Gesellschaft für Informatik e.V.},
year={2021},
url = {https://papers.dice-research.org/2021/KI_LIMES/public.pdf},
publisher={Springer}
}
Content type
Image
Digest
sha256:3015e7ced…
Size
212.2 MB
Last updated
over 1 year ago
Requires Docker Desktop 4.37.1 or later.