# 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
Content type
Image
Digest
sha256:8f9ee7cea…
Size
4.3 MB
Last updated
over 3 years ago
docker pull sstc/curl