All Projects → yktoo → Indicator Docker

yktoo / Indicator Docker

Licence: gpl-3.0
Docker indicator for Ubuntu/Unity

Programming Languages

python
139335 projects - #7 most used programming language

Docker Indicator

A very basic implementation of Ubuntu/Unity application indicator for controlling Docker containers.

Screenshot of the indicator

Available functionality

  • 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).

Requirements

  • Python 3
  • gir1.2-appindicator3-0.1
  • gettext
  • docker (sudo pip3 install docker)

Installation

Refer to the INSTALL document.

Bug Reporting

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].