We have discontinued the publicly hosted version of RequestBin due to ongoing abuse that made it very difficult to keep the site up reliably. Please see instructions below for setting up your own self-hosted instance.
Originally Created by Jeff Lindsay
MIT
Run an instance of the RequestBin docker image hosted on Docker Hub; specify the desired port to expose on your server/machine:
$ docker network create requestbin
$ docker run --name redis --network requestbin redis -d
$ PORT=8000
$ docker run --name requestbin -p $PORT:8000 --network requestbin clarketm/requestbin -d
Your own private RequestBin instance will be running on the specified port (e.g. http://localhost:8000).
$ docker-compose -f <(curl "https://raw.githubusercontent.com/Capital-T-Industries/requestbin/master/docker-compose.yml") up -d
- Barry Carlyon barry@barrycarlyon.co.uk
- Jeff Lindsay progrium@gmail.com
- Travis Clarke travis.m.clarke@gmail.com