Docker setup for FreeDiscovery
docker run -it -v /shared_folder:/fd_shared -p 5001:5001 freediscovery/freediscovery
where /shared_folder
is a folder on the local system you want to share with FreeDiscovery.
To theck that FreeDiscovery server has started, run curl http://localhost:5001
.
See the documentation for more details
docker build -t freediscovery/freediscovery .
If you encounter any problems with this image please open an issue at https://github.com/FreeDiscovery/FreeDiscovery-docker