https://github.com/zenaptix-lab/docker-curl
Small docker image with cURL and JQ based on Alpine Linux.
https://github.com/zenaptix-lab/docker-curl
alpine curl docker
Last synced: 7 months ago
JSON representation
Small docker image with cURL and JQ based on Alpine Linux.
- Host: GitHub
- URL: https://github.com/zenaptix-lab/docker-curl
- Owner: zenaptix-lab
- License: mit
- Created: 2019-08-28T14:49:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T08:55:30.000Z (over 2 years ago)
- Last Synced: 2025-06-03T05:02:49.686Z (8 months ago)
- Topics: alpine, curl, docker
- Language: Dockerfile
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Curl Docker Image
Originally a fork of [pstauffer/docker-curl](https://github.com/pstauffer/docker-curl)
## Description
Small docker image with cURL and JQ based on [Alpine Linux](https://hub.docker.com/_/alpine/).
[![GitHub Workflow Status (branch)][github-actions-badge]][github-actions-link]
## Usage
```
docker run -it --rm --name curl ghcr.io/zenaptix-lab/curl
docker run -it --rm --name curl ghcr.io/zenaptix-lab/curl --version
docker run -it --rm --name curl ghcr.io/zenaptix-lab/curl https://ifconfig.co
```
## License
This project is licensed under `MIT `.
[github-actions-badge]: https://img.shields.io/github/actions/workflow/status/zenaptix-lab/docker-curl/build.yml?branch=master "Github Workflow Status (master)"
[github-actions-link]: https://github.com/rblaine95/docker_monero/actions?query=workflow%3ADocker