{{ extends "../_layouts/default" }} {{ import "../_modules/form" }} {{ block script() }} {{ end }} {{ block body() }}

{{ i18n("network.title") }}

{{ i18n("network.description") }}

Create network


{{ yield radio(name="driver", value="overlay", label="Overlay", checked="overlay") }} {{ yield radio(name="driver", value="bridge", label="Bridge") }} {{ yield radio(name="driver", value="other", label="Other") }}
{{ yield switch(name="internal", label="Restrict external access to the network") }}
{{ yield switch(name="attachable", label="Allow network attaching by regular containers") }}
IPV4
IPV6
{{ yield switch(id="ipv6_enabled", name="ipv6.enabled", label="Enable IPv6") }}
Options {{ yield options(name="option") }}
Labels {{ yield options(name="label") }}
{{ yield form_submit(url="/network/") }}
{{ end }}