{{ extends "../_layouts/default" }} {{ block script() }} {{ end }} {{ block body() }} NETWORK Networks are user-defined networks that containers can be attached to. {{len(.Networks)}} networks New Name ID Scope Driver Action {{range .Networks}} {{.Name}} {{.ID}} {{.Scope}} {{.Driver}} Delete {{end}} {{ end }}
{{len(.Networks)}} networks
New