Skip to content

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

License

Notifications You must be signed in to change notification settings

MrSaints/docker-ddh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published