Skip to content

Latest commit

 

History

History

info-docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Script: info-docker

Shows the number of Docker containers in one of the states: created, restarting, running, removing, paused, exited, dead

info-docker

Configuration

You have to add the docker command to the /etc/sudoers NOPASSWD of your user:

user ALL=(ALL) NOPASSWD: /usr/bin/docker ps -qf status=running
user ALL=(ALL) NOPASSWD: /usr/bin/docker ps -qf status=exited
user ALL=(ALL) NOPASSWD: /usr/bin/docker ps -qf status=dead

Module

[module/info-docker]
type = custom/script
exec = ~/polybar-scripts/info-docker.sh
interval = 60