[DEBIAN] add docker tables
All checks were successful
/ test (push) Successful in 13s

This commit is contained in:
Michaël Ricart 2025-02-28 14:04:41 +01:00
parent 62e06ecc00
commit 9876e46b93

View file

@ -30,10 +30,14 @@ destination netmask gateway interface
services
--------
Docker
{% if docker %}Docker
######
{{ docker }}
============================================================ ============================================================ ============================================================ ============================================================
Name Image Port Status
============================================================ ============================================================ ============================================================ ============================================================{% for dock in docker %}
{{ "{:<60}".format(dock["names"]) }} {{ "{:<60}".format(dock["image"]) }} {% if dock["ports"] %}{{ "{:<60}".format(dock["ports"].split(",")|string) }}{% else %}{{ "{:<60}".format("None") }}{% endif %} {{ "{:<60}".format(dock["status"]) }} {% endfor %}
============================================================ ============================================================ ============================================================ ============================================================{% endif %}
Systemd
#######