Sign inSign up

andrius/curl

By andrius

Updated almost 8 years ago

cURL (https://curl.haxx.se) in docker

Image
0

843

andrius/curl repository overview

cURL command line tool and library for transferring data with URLs

cURL (https://curl.haxx.se) in docker.

There is many reasons to use curl: to download files, to test HTTP REST API. In my case, I do use VPN and socks servers with docker and often have to check IP address

Usage sample:

docker run -ti --rm andrius/curl curl ifconfig.co

and with proxy:

docker run -ti -e "ALL_PROXY=some.proxy.url:1080" --rm andrius/curl curl ifconfig.co

Tag summary

Content type

Image

Digest

Size

2.9 MB

Last updated

almost 8 years ago

docker pull andrius/curl