Admin/API for 301inabox
From your trusty shell:
# Set up an admin node for 301inabox
docker run -d --name admin -p 8081:8080 rgbkrk/301inaboxadmin
# Run 301inabox, linking it to the admin node
docker run --link admin:admin -p 80:8080 rgbkrk/301inabox
Make sure to add some records to the admin node:
curl -X POST localhost:8081/api/records \
-d '{"record":{"hostname":"hackathon.301inabox.tk","url":"http://www.example.org"}}' \
-H "Content-Type:application/json"
Content type
Image
Digest
sha256:df0c75a87…
Size
154.2 MB
Last updated
almost 11 years ago
docker pull rgbkrk/301inaboxadmin