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.
$ docker container run -p 8000:8000 argolo/http-code
$ open http://localhost:8000/202
$ open http://localhost:8000/504
André Argôlo |