Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kerwanp/polybar-script-docker

The most simple script for showing your launched Docker containers
https://github.com/kerwanp/polybar-script-docker

Last synced: about 2 months ago
JSON representation

The most simple script for showing your launched Docker containers

Awesome Lists containing this project

README

        

# Polybar Docker Script

This is the most simple script for showing your launched Docker containers

```ini
[module/docker]
type = custom/script
exec = docker ps -q | wc -l
interval = 1
label =  %output%
```