mgrep
mgrep used for unit testing of ontoportal projects
7.7K
runs mgrep service as a daemon on port 55555. The image includes a dictionary file that is used for unit testing.
https://github.com/daimh/mgrep
docker pull ontoportal/mgrep
docker run -d -p 55555:55555 ontoportal/mgrep
To load a different dictionary file you can run:
docker run -d -p 55555:55555 -v ./mgrep_dictionary:/srv/mgrep/dictionary ontoportal/mgrep
Where ./mgrep_dictionary is the directory containing the dictionary.txt file stored on your machine.
OntoPortal is open-source and available under the BSD License. We encourage contributions from the community to help us improve and extend the project.
Content type
Image
Digest
sha256:eed7c6811…
Size
5 MB
Last updated
over 1 year ago
docker pull ontoportal/mgrep:0.0.3Pulls:
24
Last week