mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
be1413fb022a3921d4a9b1a63e588199e2106f39
Also added Pipfile(.lock) prior to the remaining source, improving Docker image cacheability. Git is also required to fetch pyyaml. This results in more deterministic and reproducible image builds, since httpbin dependencies are installed using locked versions from Pipfile.lock before httpbin is itself installed. Fixed #493.
httpbin(1): HTTP Request & Response Service
A Kenneth Reitz Project.
Run locally:
docker pull kennethreitz/httpbin
docker run -p 80:80 kennethreitz/httpbin
See http://httpbin.org for more information.
Officially Deployed at:
SEE ALSO
Build Status
Languages
Python
77.4%
HTML
22.2%
Dockerfile
0.4%
