https://github.com/thomasleveil/docker-vaurien-httpbin
Httpbin served through Vaurien chaos HTTP proxy
https://github.com/thomasleveil/docker-vaurien-httpbin
Last synced: 2 months ago
JSON representation
Httpbin served through Vaurien chaos HTTP proxy
- Host: GitHub
- URL: https://github.com/thomasleveil/docker-vaurien-httpbin
- Owner: thomasleveil
- Created: 2018-08-14T23:32:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T23:33:18.000Z (almost 7 years ago)
- Last Synced: 2025-02-01T13:21:21.778Z (4 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/tomdesinto/vaurien-httpbin
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vaurien httpbin
===============[Httpbin](https://github.com/requests/httpbin) served through [Vaurien chaos HTTP proxy](http://vaurien.readthedocs.io).
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% hangThis can be change by mounting a file to `/etc/vaurien.ini` in the docker container. Example config file: [vaurien.ini](assets/etc/vaurien.ini)
Usage
-----Start the Docker container: `docker run -d -p 8080:80 tomdesinto/vaurien-httpbin`