mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
Update README.md
Add instructions to run since the website keeps going down
This commit is contained in:
@@ -5,6 +5,12 @@ A [Kenneth Reitz](http://kennethreitz.org/bitcoin) Project.
|
||||
|
||||

|
||||
|
||||
Run locally:
|
||||
```sh
|
||||
docker pull kennethreitz/httpbin
|
||||
docker run -p 80:80 kennethreitz/httpbin
|
||||
```
|
||||
|
||||
See http://httpbin.org for more information.
|
||||
|
||||
## Officially Deployed at:
|
||||
|
||||
Reference in New Issue
Block a user