Dockerfile for idifference2.py script
This Dockerfile will enable you to use the idifference2.py script from the DFXML project OS-independently by executing it in/via Docker.
- Copy the Dockerfile
- Build the image:
docker build -t idifference2:latest .
-
pull:
docker pull pr3l14t0r/forensics:idifference2 -
use directly:
docker run --rm -v /path/to/images:/images pr3l14t0r/forensics:idifference2
The entrypoint will invoke the script directly and accepts parameters. Mount the directory where your Images are located to the container.
Print help:
docker run --rm -v C:\path\to\images:/images idifference2
Invoke comparison:
docker run --rm -v /path/to/images:/images pr3l14t0r/forensics:idifference2 -x output.xml Image01.raw Image02.raw
And that's already it :)