Search Docker Hub
http-server
By jdharmon
Simple HTTP test server for debugging.
917
Simple HTTP test server for debugging. Prints raw request to stdout, and returns OK.
docker run -p 9000:80 jdharmon/http-test
curl -v -X POST -H 'Content-Type: application/json' --data '{ \"text\": \"Hello!\" }' http://localhost:9000/api/method
Content type
Image
Digest
Size
3.8 MB
Last updated
over 6 years ago
docker pull jdharmon/http-server