Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 741 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 741 Bytes

Docker: HTTP Code Container

Sometimes, it is necessary to do some tests to test: proxy, health check or notification system.

Well, this container can help you in a simple way, passing any HTTP code along the route.

Quickstart

$ docker container run -p 8000:8000 argolo/http-code

Examples

$ open http://localhost:8000/202

202 Code

$ open http://localhost:8000/504

504 Code

Author

André Argôlo
André Argôlo