Skip to content

FreeDiscovery/FreeDiscovery-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FreeDiscovery-docker

Docker setup for FreeDiscovery

Running the container

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

Building the container

docker build -t freediscovery/freediscovery .

Reporting issues

If you encounter any problems with this image please open an issue at https://github.com/FreeDiscovery/FreeDiscovery-docker

About

Docker setup for FreeDiscovery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published