An Electron-based desktop application for managing Docker containers. This application provides a user-friendly interface to pull Docker images, manage running containers. This application helps to supply docker services to intended users in a organization where we have private docker repository as a hub.
- Container Management: Start, stop, restart, and remove Docker containers
- Image Management: Pull, list, and remove Docker images
- Container Monitoring: View logs and resource usage of running containers
- User-friendly Interface: Intuitive UI for managing Docker operations
- Cross-platform: Works on Windows, macOS, and Linux
git clone https://github.com/Rakesh-46-VR/Satlok-Ashram-App-Manager.git
cd docker-container-managernpm installnpm run build
npm run preview
- View Containers: The main dashboard displays all running and stopped containers
- Start/Stop Containers: Use the play/stop buttons to control container state
- Container Details: Click on a container to view detailed information and logs
- Pull Images: Pull images from Docker Hub or private registries
