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