Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsamaya/podman-curl
https://github.com/tsamaya/podman-curl
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsamaya/podman-curl
- Owner: tsamaya
- License: mit
- Created: 2023-11-19T12:58:30.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-19T14:12:02.000Z (12 months ago)
- Last Synced: 2024-05-02T04:34:36.547Z (7 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# podman-curl
Alpine-based image with just curl
## Usage
```bash
podman run --rm ghcr.io/tsamaya/curl:latest -fsSL https://www.github.com/
```## License
Copyright (c) 2023 Arnaud Ferrand
All contents licensed under the [MIT License](LICENSE)
## Inspiration
Archived project from [Appropriate Computing](https://github.com/appropriate/docker-curl)