blairy/curl

By blairy

Updated 14 minutes ago

Full featured, up-to-date, executable curl container

Image
Networking
API management
Developer tools
0

100K+

blairy/curl repository overview

curl_docker_image

  • Full-featured Curl implementation as a single concern container.
  • Lean and up-to-date
  • Built regularly for freshness
Run as you would native curl, just add the docker run prefix.
docker run --rm blairy/curl 
An alias can be added for the curl command: alias curl="docker run --rm blairy/curl"
Add to "$HOME/.bashrc" to make alias permanent.
Example Commands:
docker run --rm blairy/curl -V
docker run --rm blairy/curl -k -L https://google.com
docker run --rm blairy/curl -u "DOMAIN\login:password" smb://fs/dir/path/file.ext > 1
docker run --rm blairy/curl --user name:passwd ftps://ftp.host.com/

Tag summary

Content type

Image

Digest

sha256:58b8094ff

Size

15.3 MB

Last updated

14 minutes ago

docker pull blairy/curl