Monitor and manage your Docker containers, images, volumes, and networks from a beautiful web interface.
Features • Installation • Usage • Roadmap
| Feature | Status |
|---|---|
| Container Management | Start, Stop, Restart, Remove |
| Image Management | Pull, Remove |
| Volume Management | Create, Remove |
| Network Management | Create, Remove |
| User Authentication | Login, Register |
| Real-time Stats | Auto-refresh every 5s |
| Update Notifications | GitHub release checker |
| Stack Management | Coming Soon |
| Multi-host Support | Coming Soon |
docker run -d \
--name orbit \
--user root \
-p 5001:5000 \
-v /var/run/docker.sock:/var/run/docker.sock \
-v orbit-data:/app/data \
--restart unless-stopped \
tobimessi2010/orbit-control:v4version: '3.8'
services:
orbit:
image: tobimessi2010/orbit-control:v4
container_name: orbit
user: root
ports:
- "5001:5000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- orbit-data:/app/data
restart: unless-stopped
volumes:
orbit-data:docker-compose up -d- Open http://localhost:5001 in your browser
- Register a new account
- Login and start managing your Docker environment! 🎉
- Container CRUD operations
- Image management
- Volume management
- Network management
- User authentication
- Update checker
- Stack/Compose management
- Multi-host support
- Container logs viewer
- Container exec terminal
- Resource usage graphs
- Discord/Telegram notifications
- Backend: Python 3.11, Flask
- Frontend: Vanilla JS, CSS
- Database: SQLite
- Container: Docker
Contributions are welcome! Feel free to:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
If you find this project useful, please consider giving it a star!
Made with ❤️ by DevLabStudy

