Airfield is a web application to manage your Hipache configuration. Author and source: https://github.com/emblica/airfield
1.7K
Simple hipache web-interface
docker run --name hipache -d hipache
docker run --link hipache:redis -e AIRFIELD_USER=username -e AIRFIELD_PASS=password -p 3000:3000 -d dhrp/airfield
After downloading source:
cd airfield
npm install
node airfield.js
Then you can go to http://server.com:3000/
Login credentials are set with AIRFIELD_USER and AIRFIELD_PASS environment variables.
If you are doing lot's of proxying to Openstack instances, you can enable openstack-support. The management console uses openstack-api to fetch ips, names and statuses of all instances. This feature is tested with Folsom. All you have to do is enable it from settings.js and change the login credientials in the same file.
If you are using this for a real purpose not just testing, tweak other settings too.
Content type
Image
Digest
sha256:b17b970dc…
Size
73.2 MB
Last updated
almost 11 years ago
docker pull dhrp/airfield