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

VOLUMES

Create and manage persistent storage that can be attached to containers.

{{ .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) }} Return
{{ end }}