This is a fork of minostauros/duc-docker adapted to my needs to
- list all available databases
- avoid creating unneeded phantom volumes
- based on alpine
Dockerized version of duc, a disk usage analyzer. See docker hub to pull the images.
This image has some tweaks to achieve my personal need, but everything is straightforward (see its github repo).
Run docker build -t duc-docker .
then docker run --rm -it --hostname duc-docker duc-docker bash
to get a shell in the container.
- Original duc: https://duc.zevv.nl
- Reference duc-docker: https://github.com/minostauros/duc-docker/