Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 508 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 508 Bytes

dockerhttpbin

Dockerfile for httpbin

What is httpbin?

httpbin: HTTP Request & Response Service

What port is exposed?

Port 8000

How to use it?

  1. docker pull citizenstig/httpbin
  2. docker run -d=true -p 8000 citizenstig/httpbin
  3. Go to the exposed port in docker for this machine.

AUTHOR

A Kenneth Reitz Project.

SEE ALSO

http://python-requests.org