Python script to identify duplicate files in a directory
524
The whitehatk/trinity:duplicate_files images consists of the following files
supervisord.conf is copied to /opt/supervisord/ directory
compare.py python script which will find duplicate files using MD5 checksum is copied to /duplicate_files/bin/ directory
By default, the script scans the files in /duplicate_files/files/ directory.
The default directory already has some sample files.
docker run -d whitehatk/trinity:duplicate_files
The above command will run the container and will scan the default /duplicate_files/files/ directory for any duplicates. Output can be seen using the docker logs command.
Please feel free to mount your host directory with duplicate files into the Docker container at /duplicate_files/files/ as a destination for any further testing.
Content type
-
Digest
Size
-
Last updated
almost 5 years ago
docker pull whitehatk/trinity:6.5