1
1
mirror of https://github.com/redocnib/docker-tray synced 2024-11-22 02:31:57 +01:00
Docker-Tray is a Linux (gtk) C++ application to monitor docker.service and allows to start and stop the service from system tray.
Go to file
Kiran Abraham Korah 476497a711
Update readme.md
2020-02-10 22:35:42 +05:30
icons Initial setup 2020-02-10 22:23:00 +05:30
.gitignore Initial setup 2020-02-10 22:23:00 +05:30
docker-service-tray.cc Initial setup 2020-02-10 22:23:00 +05:30
readme.md Update readme.md 2020-02-10 22:35:42 +05:30
tray.h Initial setup 2020-02-10 22:23:00 +05:30

Docker-Tray

Docker-Tray is a Linux (gtk) C++ application to monitor docker.service and allows to start and stop the service from system tray.

Execution

Running the application.

g++ docker-service-tray.cc -o docker-tray `pkg-config --cflags --libs gtk+-3.0 appindicator3-0.1` -lsystemd
./docker-tray

Dependencies

gtk+-3.0
appindicator3-0.1
lsystemd

The application utalizes sd_bus for hooking service states.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

To do:

  • Implement make, build and packing
  • Enable/Disable service from tray.
  • Enable/disable application on startup
  • Refactor the code, implement proper testing.

Please make sure to update tests as appropriate.

License

MIT