curl-docker icon indicating copy to clipboard operation
curl-docker copied to clipboard

official docker image for curl

Results 24 curl-docker issues
Sort by recently updated
recently updated
newest added

This make default directory writable which makes it easier to use curl in multi-stage environment to fetch assets.

``` $ docker run curlimages/curl --http3 curl: option --http3: the installed libcurl version doesn't support this ``` This sounds like curl would support HTTP/3, but the wrong or old version...

Before 7.86.0 version, the image used the _NO_PROXY_ and _no_proxy_ environment variable. It does not work anymore since 7.86.0 version.