MeneDev / docker-curl

curl in a container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

curl in a container

License:MIT License


Languages

Language:Dockerfile 100.0%