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

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.

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
```