markfasheh / duperemove

Tools for deduping file systems
GNU General Public License v2.0
795 stars 80 forks source link

Add a Dockerfile for easier consumption of duperemove #209

Closed jannickfahlbusch closed 2 years ago

jannickfahlbusch commented 5 years ago

This adds a Dockerfile to be able to use duperemove on platforms where it is not natively available (e.g. Synology NAS systems).

Having a Docker image makes it easier to use duperemove. The user just needs to bind-mount the directory he wants to dedupe into the container:

docker run -v /folder/to/dedupe:/to/dedupe duperemove -rdhv /to/dedupe

Signed-off-by: Jannick Fahlbusch git@jf-projects.de