Features • Quick Start • Installation • Usage • Configuration • Contributing • License
- 📊 Real-Time Monitoring: Get up-to-the-second insights on container performance.
- 🔍 Resource Limits Visualization: Easily view and manage global resource limits and user plans.
- 📋 Clean Console Output: Enjoy a clutter-free, tabular display of vital statistics.
- 🪶 Lightweight Architecture: Minimal overhead for maximum efficiency.
- 🖥️ Cross-Platform Compatibility: Seamlessly run on Windows, macOS, and Linux.
- 🔒 Security-First Design: Implement best practices for secure Docker management.
Get up and running in minutes:
# Clone the repository
git clone https://github.com/sutharjay1/resource-management-docker.git
# Navigate to the project directory
cd resource-management-docker
# Install dependencies
npm install
# Build the project
npx tsc
# Start monitoring
npm start
- Node.js (v14 or later)
- npm (v6 or later)
- Docker (v20 or later)
-
Clone the Repository
git clone https://github.com/sutharjay1/resource-management-docker.git
-
Install Dependencies
cd resource-management-docker npm install
-
Build the Project
npx tsc
-
Run the Application
npm start
- Start monitoring (development mode):
npm run dev
- Start monitoring (production mode):
npm start
We welcome contributions! Here's how you can help:
- Fork the repository
- 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
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
Jay Suthar - @sutharjay1
Project Link: https://github.com/sutharjay1/resource-management-docker