Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 466 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 466 Bytes

docker-curl

curl - command line tool and library... as docker container!

Usage

As command directly in your terminal:

docker run --rm muelheimmodular/curl -sSL http://example.com

As commandlet in your dockerized environment:

echo 'docker run --rm muelheimmodular/curl $@' > /usr/bin/curl && chmod +x /usr/bin/curl

License

MIT