mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-29 20:12:42 +00:00
20 lines
235 B
Markdown
20 lines
235 B
Markdown
# docker
|
|
|
|
Show the number of running `Docker` containers and latest created container IP address.
|
|
|
|

|
|
|
|
# Dependencies
|
|
|
|
*docker*
|
|
|
|
# Config
|
|
|
|
```
|
|
[docker]
|
|
command=$SCRIPT_DIR/docker
|
|
color=#0db7ed
|
|
interval=10
|
|
LABEL=🐳
|
|
```
|