/drvt-frontend

Docker Redundancy Validation Tool - Frontend

Primary LanguageCSSMIT LicenseMIT

Docker Redundancy Validation Tool - Frontend

This is the GitHub repository for the source code of the project accompanying my bachelors thesis. The main goal was to create a tool to validate redundancies in a docker-cluster by using the analogy of redundancies and dependencies to elements of the graph theory.

Technology

As this is the frontend application, it is written as a Angular CLI application. To work properly, an instance of the backend application needs to be running. The layout is based on CoreUI.

Installation

The application is available via Docker. Simply run the following command on any docker host:

docker run -d -p8082:80 --name frontend 3baltes/drvt-frontend