Skip to content
/ databox Public

Databox container manager and dashboard server

License

Notifications You must be signed in to change notification settings

me-box/databox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Databox Container Manager

Databox OS container manager and dashboard server.

Installation

git clone https://github.com/me-box/databox-container-manager.git
cd databox-container-manager
npm install --production

Usage

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/.