Dockerfile for httpbin
httpbin: HTTP Request & Response Service
Port 8000
docker pull citizenstig/httpbin
docker run -d=true -p 8000 citizenstig/httpbin
- Go to the exposed port in docker for this machine.
A Kenneth Reitz Project.
Dockerfile for httpbin
httpbin: HTTP Request & Response Service
Port 8000
docker pull citizenstig/httpbin
docker run -d=true -p 8000 citizenstig/httpbin
A Kenneth Reitz Project.