Use wput from a Docker container

Alex Gleason 531edcf0f3 Reduce image size by using --no-cache option %!s(int64=8) %!d(string=hai) anos
Dockerfile 531edcf0f3 Reduce image size by using --no-cache option %!s(int64=8) %!d(string=hai) anos
README.md 69abb6ceda Initial commit %!s(int64=8) %!d(string=hai) anos
copying.txt 69abb6ceda Initial commit %!s(int64=8) %!d(string=hai) anos

README.md

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.