better motd volumes
This commit is contained in:
parent
db96853646
commit
225edce32d
1 changed files with 3 additions and 3 deletions
|
|
@ -5,11 +5,11 @@ cat <<EOF >/etc/motd
|
||||||
└───────────────────────────────────┘
|
└───────────────────────────────────┘
|
||||||
|
|
||||||
"Inside every volume lies a pearl of wisdom waiting to be discovered."
|
"Inside every volume lies a pearl of wisdom waiting to be discovered."
|
||||||
{%- if volumes %}
|
{%- if mounts %}
|
||||||
|
|
||||||
Mounted Volumes:
|
Mounted Volumes:
|
||||||
{%- for volume in volumes %}
|
{%- for mount in mounts %}
|
||||||
- {{ volume }}
|
- {{ mount.name }}:{{ mount.mount_path }}
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue