KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
indicator-docker
★ 26
Open GitHub ↗
Docker indicator for Ubuntu/Unity
Download README (.md)
Explore Similar Repositories
SharedPreferencesUtils
:
Android SharedPreferences工具类。可以使用它简化对SharedPreferences数据的操作,同时它也支持链式调用,可以通过一行代码写入一条或多条数据。
terraform-dcos
:
DC/OS Terraform Installation and Upgrading Scripts
fire-emblem-working-title
:
A fledgling project wrangling Fire Emblem: Heroes stats
CopperPDF
:
CuperPDF is a PDF viewer based on pdf.js in a WebView. It doesn’t require any permissions.
jsmlt
:
:factory: JavaScript Machine Learning Toolkit
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
indicator-docker
?
Download (.md)
Docker Indicator ================ A very basic implementation of Ubuntu/Unity application indicator for controlling [Docker](https://www.docker.com/) containers.  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](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.