MrSaints / docker-ddh

A lightweight Docker image for darakian/ddh, a fast duplicate file finder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-ddh

A lightweight Docker image for darakian/ddh, a fast duplicate file finder.

docker pull mrsaints/ddh
docker run --rm \
    -v "$(pwd):/target/:ro" \
    -v "$(pwd)/results/:/results/" \
    mrsaints/ddh \
    ddh . --output /results/results_1.txt

Mount the files / directories you want to check to /target/, and optionally set :ro for extra safety.

About

A lightweight Docker image for darakian/ddh, a fast duplicate file finder.

License:MIT License


Languages

Language:Dockerfile 100.0%