Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weierophinney/httpie-docker
https://github.com/weierophinney/httpie-docker
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/weierophinney/httpie-docker
- Owner: weierophinney
- Created: 2023-01-09T16:49:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T17:14:40.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T20:49:46.163Z (about 2 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# httpie-docker
This project exists because I use [httpie](https://httpie.org) frequently, and:
- Do not want to use Snaps
- Have encountered issues with using the Debian repository due to it being unsigned
- Do not want to worry about which version of Python I have installed (particularly annoying following a system upgrade)## Building
```bash
docker build -t httpie .
```## Usage
Set up the following aliases:
```bash
alias http="docker run -it --rm ghcr.io/weierophinney/httpie-docker"
alias https="docker run -it --rm --entrypoint https ghrcr.io/weierophinney/httpie-docker"
```