slightly better docs

This commit is contained in:
crccheck 2015-06-24 01:14:53 -05:00
parent 605cdd9ffc
commit ca503134ae

View File

@ -1,11 +1,28 @@
Requestbin
==========
https://github.com/Runscope/requestbin
https://registry.hub.docker.com/u/goldeneggg/centos-requestbin/
1.503 GB
Starts a [requestbin](https://github.com/Runscope/requestbin) server on port
80.
https://registry.hub.docker.com/u/agaveapi/requestbin/
not a verified docker image
Usage
-----
This app is designed to work in conjunction with Redis. There's an example in
the Makefile that looks like:
docker run -d --name requestbin_redis redis
docker run -d --name requestbin \
--link requestbin_redis:redis \
-e REDIS_URL=redis://redis:6379/0 \
requestbin
Prior Art
---------
[goldeneggg/centos-requestbin](https://registry.hub.docker.com/u/goldeneggg/centos-requestbin/):
This image is 1.503 GB, compared to 174 MB for mine.
[agaveapi/requestbin](https://registry.hub.docker.com/u/agaveapi/requestbin/):
Not a verified Docker image.