Databox OS container manager and dashboard server.
git clone https://github.com/me-box/databox-container-manager.git
cd databox-container-manager
npm install --production
npm start
Default port is 8080, but can be overridden using the PORT environment variable, i.e.:
PORT=8081 npm start
Then browse to http://localhost:8080/.