Sign inSign up

sstc/curl

By sstc

Updated over 3 years ago

Dockerize curl

Image
0

1.0K

sstc/curl repository overview

docker-curl

Usage

# help
docker run --rm sstc/curl --help

# version
docker run --rm sstc/curl --version

# which
docker run --rm --entrypoint=which sstc/curl curl

# get
docker run --rm sstc/curl -v https://google.com

# post
docker run --rm sstc/curl -v \
-XPOST \
--header 'Content-Type: application/json' \
-d '{"hello":"world"}' https://echo.3cm.app

Tag summary

Content type

Image

Digest

sha256:8f9ee7cea

Size

4.3 MB

Last updated

over 3 years ago

docker pull sstc/curl