| 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.
Usage
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 Container
docker run -d -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock scoady2/lifecycle-management-for-docker
Using Node.js
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
Credentials
By default the credentials are as follows:
user: admin
pw: admin
Run tests
npm test
Run coverage report
npm run coverage
Documentation
To view the API documentation for the application navigate to http://<hostname>:3000/docs
License
MIT © Stephen Coady

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

