![](https://img.shields.io/badge/ FROM -farmcoolcow/entrypoints-lightgray.svg)
FDUPES is a program for identifying or deleting duplicate files residing within specified directories.. More informations on the official fdupes github.
This image is based on farmcoolcow/entrypoints.
The default ENTRYPOINT is /entrypoint-su-exec.sh fdupes
and the default CMD is --help
.
Take a look at the fdupes README to see all the available parameters.
-
Docker-command:
docker run -it --rm \ -e PUID=$(id -u $(whoami)) \ -e PGID=$(id -g $(whoami)) \ -v <PATH_TO_YOUR_DATA>:/data farmcoolcow/fdupes \ -r /data
Replace
<PATH_TO_YOUR_DATA>
with the directory-path of your data.