From f942a3d422efe0751b9cef6c5bf4be5b85ba5ef0 Mon Sep 17 00:00:00 2001 From: Jesse Lieberg Date: Wed, 11 Jul 2018 16:53:28 -0600 Subject: [PATCH] Update README.md Add instructions to run since the website keeps going down --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e8fa8eb..0bd83b2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ A [Kenneth Reitz](http://kennethreitz.org/bitcoin) Project. ![ice cream](http://farm1.staticflickr.com/572/32514669683_4daf2ab7bc_k_d.jpg) +Run locally: +```sh +docker pull kennethreitz/httpbin +docker run -p 80:80 kennethreitz/httpbin +``` + See http://httpbin.org for more information. ## Officially Deployed at: