{{ extends "../_layouts/default" }} {{ import "../_modules/detail" }} {{ block body() }}

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

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

{{ .Volume.Name }}

Driver
{{ .Volume.Driver }}
Scope
{{ .Volume.Scope}}
Mount point
{{ .Volume.Mountpoint }}
{{ yield tags(title="Options", tags=.Volume.Options) }} {{ yield tags(title="Labels", tags=.Volume.Labels) }} {{ i18n("button.return") }}
{{ end }}