README.md 374 B

Docker wput

This is a dead simple Docker image that is literally just Debian with wput. Why? Well, it's kind of a long answer, but hopefully we're not the only ones who have come to this same conclusion.

$ docker run \
    -v "$(pwd)":"$(pwd)" \
    --workdir="$(pwd)" \
    -it --rm \
    candlewaster/wput --help

Have fun.