A very basic implementation of Ubuntu/Unity application indicator for controlling Docker containers.
- Displaying a live list of available containers (both running and stopped). The list is updated automatically thanks to Docker daemon event subscription.
- Starting and stopping a container by selecting the corresponding menu item.
- Displaying a desktop notification whenever a container is started or stopped (not necessarily via the indicator).
- Python 3
- gir1.2-appindicator3-0.1
- gettext
- docker (
sudo pip3 install docker
)
Refer to the INSTALL document.
Run the application in verbose mode to see the detailed log:
indicator-docker -vv
and, once the error condition has been reproduced, attach the output to the report.