Docker template generator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

domains.txt.tpl 144B

12345
  1. {{ range .Containers }}
  2. {{- with index .Labels "com.chameth.vhost" -}}
  3. {{ . | replace "," " " }}{{ "\n" }}
  4. {{- end -}}
  5. {{ end }}