Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 507 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 507 Bytes

📮 Docker Containers Manager 📮

This project works with Electron

It allows you to watch all your containers registered, if they are running or not and you can shutdown or start them

It is entirely based on the commands :

  • docker-compose -f path/docker-compose.yml up -d
  • docker-compose -f path/docker-compose.yml down

If you don't us docker-compose, if you use docker start or build or whatever, it won't work

This project is under development.