-
Notifications
You must be signed in to change notification settings - Fork 492
Open
Labels
Description
Hi,
I know this block is specifically for docker, however I decided to open the issue anyway.
I am using https://github.com/greshake/i3status-rust/blob/v0.22.0/doc/blocks.md#docker
[[block]]
block = "docker"
interval = 2
format = "{running}/{total}/{images}"And I have switched from docker-compose to podman-compose and AFAIK podman doesn't talk to docker socket. So if I check docker ps it shows 0 running containers, while podman ps shows my compose containers.
So I leave some open questions.
- Should docker block support podman?
- Should a new block
podmanbe added? - Should users customize by their own using a
customblock?
Thanks