httpie / cli

🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.
https://httpie.io
BSD 3-Clause "New" or "Revised" License
33.22k stars 3.67k forks source link

Should build official Docker image and add usage instructions #571

Open hoatle opened 7 years ago

hoatle commented 7 years ago

I created this: https://github.com/teracyhq/docker-files/tree/master/httpie-jwt-auth

and I'd like to do the same for official Docker image of httpie (instead of under teracy/ umbrella)

Let's discuss here for anyone interested and I could lead the effort.

related: https://github.com/jakubroztocil/httpie/pull/236

hoatle commented 7 years ago

Otherwise, let me maintain teracy/httpie Docker image as outside of the upstream repo and will link back to this project docs, I guess it's preferrable (as discussed from #236)

We use alpine so that the Docker image is very small (about 30MB in size): https://hub.docker.com/r/teracy/httpie-jwt-auth/tags/

hoatle commented 7 years ago

we need to make sure that the http alias to docker container should work the same as http native Python. If not, we should not introduce Docker image usage (or mention the limitations)