dockerhttpbin Dockerfile for httpbin What is httpbin? httpbin: HTTP Request & Response Service What port is exposed? Port 8000 How to use it? docker pull citizenstig/httpbin docker run -d=true -p 8000 citizenstig/httpbin Go to the exposed port in docker for this machine. AUTHOR A Kenneth Reitz Project. SEE ALSO http://python-requests.org