Closed manuschillerdev closed 1 year ago
That's a great idea @manuschillerdev. I don't know why I didn't do it sooner. Let me see if I can find time for it this week.
I've published the image to Docker Hub here:
https://hub.docker.com/r/zgrossbart/jsondiff
You should be able to run docker run -i --name jdd -p 127.0.0.1:8080:80/tcp jdd:v1-alpine
without having to do the build step first. Please try it out and let me know if you have any issues.
thanks! The image is available for me - I can start a fresh container via docker run --name jdd --rm -p 8080:80 zgrossbart/jsondiff
As a side note: it does not shut down via ctrl + r, though
Thanks for trying it out. I'm glad everything worked.
The container not stopping when you press Ctrl+C is expected. There's a good thread about it here:
I've added instructions to the README about how to stop the container as well.
I love using jsondiff! It would be super convenient to just run
docker run -i --name jdd -p 127.0.0.1:8080:80/tcp jdd:v1-alpine
and start it locally for sensible data.For this to work, the image obviously must be available on a public registry like dockerhub.
Would you be willing to push the latest version there? Would be easier maintenance-wise if the maintainers did this, instead of someone from the community.