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
- Host: GitHub
- URL: https://github.com/droplet-js/curl-docker
- Owner: droplet-js
- License: apache-2.0
- Created: 2019-04-03T09:10:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T09:57:25.000Z (about 5 years ago)
- Last Synced: 2025-05-22T09:40:36.478Z (8 months ago)
- Topics: curl, docker
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# curl-docker
[](https://cloud.drone.io/v7lin/curl-docker)
[](https://hub.docker.com/r/v7lin/curl)
[](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/
````