Skip to content

ombu/docker-daisydiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for DaisyDiff

DaisyDiff is one of the oldest HTML diffing solutions. It's sometimes helpful to consult its output, but running it requires compiling Java source, in legacy version of Java. This Docker image makes running DaisyDiff for evaluation purposes a little easier.

Build or pull the image:

docker pull ombu/daisydiff
docker build . -t ombu/daisydiff

Compare HTML from two URIs:

docker run ombu/daisydiff https://documenta https://documentb

This command will print the diff to standard output.

To write the diff to a file, share a folder with the container:

docker run -v $PWD:/tmp/run ombu/daisydiff https://documentA https://documentB

This command will write the output file as well the supporting CSS, JS and images to out/daisydiff.htm.

Similarly, to compare HTML from local documents:

docker run -v $PWD:/tmp/run ombu/daisydiff local/documentA.html local/documentB.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published