curl - command line tool and library - as docker container!
253
curl - command line tool and library... as docker container!
As command directly in your terminal:
docker run --rm muelheimmodular/curl -sSL http://example.com
As commandlet in your dockerized environment:
echo 'docker run --rm muelheimmodular/curl $@' > /usr/bin/curl && chmod +x /usr/bin/curl
Content type
Image
Digest
Size
3.7 MB
Last updated
over 5 years ago
docker pull muelheimmodular/curl