https://github.com/hectorm/docker-curl
A statically linked build of cURL in a Docker container.
https://github.com/hectorm/docker-curl
Last synced: 9 months ago
JSON representation
A statically linked build of cURL in a Docker container.
- Host: GitHub
- URL: https://github.com/hectorm/docker-curl
- Owner: hectorm
- License: mit
- Created: 2019-04-28T16:23:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T22:42:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T16:21:17.155Z (almost 2 years ago)
- Language: M4
- Homepage: https://hub.docker.com/r/hectorm/curl
- Size: 188 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# cURL
A statically linked build of [cURL](https://github.com/curl/curl) in a Docker container.
## Usage
```sh
docker container run --rm docker.io/hectorm/curl:latest --help
```
## Export build to local filesystem
```sh
docker container export "$(docker container create docker.io/hectorm/curl:latest)" | tar -xi curl ca-bundle.crt
```