This commit is contained in:
parent
62e06ecc00
commit
9876e46b93
1 changed files with 6 additions and 2 deletions
|
@ -30,10 +30,14 @@ destination netmask gateway interface
|
||||||
services
|
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
|
Systemd
|
||||||
#######
|
#######
|
||||||
|
|
Loading…
Add table
Reference in a new issue