Originally Created by Jeff Lindsay
Run RequestBin from a Docker container.
This is a self-hosted version of RequestBin that runs on Azure Container Instances. Create an Azure account if you haven't, then click the button above.
Running the RequestBin web site on Azure have the following costs associated with its resources:
After the template deployment is complete you can access RequestBin web site using the following urls:
https://<name-specified-during-deployment>.azurewebsites.net.http://<name-specified-during-deployment>.<regionname-of-resourcegroup>.azurecontainer.io where <regionname-of-resourcegroup> e.g. could be centralus if you created the resource group in that region. Note this URL doesn't support HTTPS, as that is yet to come for ACI, which why it is included the Azure function reverse proxy template, as you most likely need HTTPS.On the server/machine you want to host this, you'll first need a machine with docker and docker-compose installed, then grab the docker-compose.yml file. You can get the server running on port 8000 with:
docker-compose up
Content type
Image
Digest
Size
85.9 MB
Last updated
almost 8 years ago
docker pull dreher/requestbin