Sign inSign up

jsecchiero/curl

By jsecchiero

Updated over 9 years ago

Just curl

Image
0

222

jsecchiero/curl repository overview

curl

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

Tag summary

Content type

Image

Digest

Size

3.6 MB

Last updated

over 9 years ago

docker pull jsecchiero/curl