iwtools icon indicating copy to clipboard operation
iwtools copied to clipboard

Add Dockerfile

Open windgmbh opened this issue 3 years ago • 0 comments

I have created a simple Dockerfile for the program. You can test it like this (assuming podman installed).

git clone -b dockerize https://github.com/windgmbh/iwtools.git
podman build -t iwtools .
podman run --rm -it localhost/iwtools:latest ssl "immuniweb.com:443"

windgmbh avatar Aug 03 '22 15:08 windgmbh