An open API service indexing awesome lists of open source software.

https://github.com/droplet-js/curl-docker

curl
https://github.com/droplet-js/curl-docker

curl docker

Last synced: 3 months ago
JSON representation

curl

Awesome Lists containing this project

README

          

# curl-docker

[![Build Status](https://cloud.drone.io/api/badges/v7lin/curl-docker/status.svg)](https://cloud.drone.io/v7lin/curl-docker)
[![Docker Pulls](https://img.shields.io/docker/pulls/v7lin/curl.svg)](https://hub.docker.com/r/v7lin/curl)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/v7lin/curl-docker/blob/master/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/
````