Just curl in a container
alias curl="docker run --rm -v /var/run/docker.sock:/var/run/docker.sock jsecchiero/curl curl"
For armhf arch
alias curl="docker run --rm -v /var/run/docker.sock:/var/run/docker.sock jsecchiero/curl_armhf curl"
Example:
curl --version
Content type
Image
Digest
Size
3.6 MB
Last updated
over 9 years ago
docker pull jsecchiero/curl