Run CGI to expose DUC index database
774
First we need to build the index database
docker run -v /path/to/database:/data -v /path/to/index:/target:ro victorrds/cgi-duc /usr/local/bin/scan.sh
Then run the server to access the WebUI
docker run -v /path/to/database:/data:ro -v /path/to/index:/target:ro -p 80:80 victorrds/cgi-duc
Then access on port 80, the CGI script is not safe, so do not expose this to internet OR protect behind a reverse proxy
Any issue please access https://github.com/victor-rds/docker-cgi-duc/issues
Content type
Image
Digest
sha256:4c6bcf4af…
Size
49.2 MB
Last updated
almost 4 years ago
docker pull victorrds/cgi-duc