A simple to use containerized version of Duc. Explore disk utilization with a single command.
10K+
Run Duc in Docker and re-index the file system using a schedule.
The built docker images can be found on Docker Hub.
docker run -e "SCHEDULE=0 0 * * *" -p 80:80 \
--mount type=bind,src=/,dst=/scan/root,readonly \
--mount type=volume,src=duc_database,dst=/database \
mkoestler/duc-service
A cron-expression that determines when an automatic scan is started.
/duc.cgi provides a web gui to explore the disk usage/manual_scan.cgi queues a manual scan/log.cgi displays the log output from the last scanBuild:
docker compose build
Run:
docker compose up --build --detach
Build:
docker build . -t duc-service
Run:
docker run -e "SCHEDULE=0 0 * * *" -p 80:80 \
--mount type=bind,src=/,dst=/scan/root,readonly \
--mount type=volume,src=duc_database,dst=/database \
duc-service
Content type
Image
Digest
sha256:9e6a0ae7d…
Size
46 MB
Last updated
11 months ago
docker pull mkoestler/duc-service