/docker-curl

curl in a container

Primary LanguageDockerfileMIT LicenseMIT

docker-curl

curl in a container. This supports http2 as well.

Current Version: 7.52.1

Quickstart

With Docker Compose is a Quickstart very easy. Run the following command:

docker run --rm -it solidnerd/curl:7.52.1  -s --http2 -I https://nghttp2.org

Help

Which commands can i use. Run this to get the information:

docker run --rm -it solidnerd/curl:7.52.1  --help

Inspiration

This image is inspired by the great article from nathan leclaire.