Sign inSign up

tomdesinto/vaurien-httpbin

By tomdesinto

Updated about 8 years ago

Httpbin served through Vaurien chaos HTTP proxy

Image
0

526

tomdesinto/vaurien-httpbin repository overview

Vaurien httpbin

Httpbin served through Vaurien chaos HTTP proxy.

Intent

In order to test a monitoring software, I needed a HTTP service that randomly fails.

Configuration

Default Vaurien behavior is 1:blackout,5:delay,5:error,1:hang. Hence:

  • 1% blackout
  • 5% 70s delay
  • 5% random 5xx HTTP error
  • 1% hang

This can be change by mounting a file to /etc/vaurien.ini in the docker container. Example config file: vaurien.ini

Usage

Start the Docker container: docker run -d -p 8080:80 tomdesinto/vaurien-httpbin

Tag summary

Content type

Image

Digest

Size

111.1 MB

Last updated

about 8 years ago

docker pull tomdesinto/vaurien-httpbin