/docker-http-code-container

This container can help you in a simple way, passing any HTTP code

Primary LanguagePython

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