Sign inSign up

vimalkvn/fusioncatcher-nodb

By vimalkvn

•Updated almost 8 years ago

FusionCatcher v1.00 (without databases). Source repository: https://github.com/ndaniel/fusioncatcher

Image
0

306

vimalkvn/fusioncatcher-nodb repository overview

⁠README - fusioncatcher-nodb

This Dockerfile can be used to build fusioncatcher⁠ without databases.

⁠Run fusioncatcher

To run fusioncatcher using this Docker image, use the command::

docker run --rm vimalkvn/fusioncatcher-nodb fusioncatcher

To share a directory (example: /data), use::

docker run --rm -v /data:/data vimalkvn/fusioncatcher-nodb fusioncatcher

To share the current directory too, use::

docker run --rm -v /data:/data -v $(pwd):/workdir -w /workdir vimalkvn/fusioncatcher-nodb fusioncatcher

The container will then have access to all the files in the current directory.

⁠Databases

To use databases with this image, save them under /data or another directory that you share with the container.

Alternatively, you should be able to use fusioncatcher-build to build the databases and indexes (not tested):

docker run --rm -v /data:/data vimalkvn/fusioncatcher-nodb fusioncatcher-build

For any questions related to the program itself, please consult the manual⁠.

Tag summary

Content type

Image

Digest

Size

610.8 MB

Last updated

almost 8 years ago

docker pull vimalkvn/fusioncatcher-nodb