droplet-js / curl-docker

curl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

curl-docker

Build Status Docker Pulls License

usage

  • docker
docker run --rm -it v7lin/curl sh -c "curl --version"
docker run --rm -it v7lin/curl sh -c "curl https://www.baidu.com/"
  • drone
- name: curl
  image: v7lin/curl
  commands:
  - curl https://www.baidu.com/

About

curl

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%