Build Status | Dependencies | Version | Docker Image | Coverage | Technical Debt |
---|---|---|---|---|---|
This project aims to provide graphical option for managing Docker on a remote host. It will provide container, image and network orchestration through a graphical user interface.
Clone down this repository through your preferred means and navigate to the projects root folder. Please run:
npm install
NOTE: The project uses aspects of ES6 and might necessitate running your node process in strict mode to build correctly. Therefore in any documentation referenced within this repository you might need to swap in --use-strict as the case may be.
node --use-strict
docker run -d -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock scoady2/lifecycle-management-for-docker
Note: The Docker API must be listening on /var/run/docker.sock
node index.js
You should now be able to navigate to http://:3000
By default the credentials are as follows:
user: admin
pw: admin
npm test
npm run coverage
To view the API documentation for the application navigate to http://<hostname>
:3000/docs
MIT © Stephen Coady