This project is a comprehensive solution for monitoring Docker containers. It displays running Docker containers and their stats and logs on a user-friendly frontend interface.
- Backend: NestJs and Docker Engine API
- Frontend: ReactJs with Chart.js for charts
- Display running Docker containers
- Show real-time stats of each container
- View logs of each container
- Visualize stats with interactive charts
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Docker
- Node.js
- npm
git clone https://github.com/harshau007/ducker.git
npm run install:frontend # for frontend
&
npm run install:backend # for backend
npm run start:frontend # for frontend
&
npm run start:backend # for backend
Open your web browser and navigate to http://localhost:3000
to view the application.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU GPL License. See LICENSE
for more information.
Harsh Upadhyay - [email protected]
Project Link: https://github.com/harshau007/ducker
This project is the result of the hard work and dedication of a team of talented individuals. Here are the contributors to this project:
- Harsh Upadhyay - Backend Developer
- Amir Kamal - Frontend Developer
- Aman Sharma - Frontend Developer
- Dhiraj Kalwar - Frontend Developer