mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-02-16 00:58:22 -05:00
38 lines
672 B
Markdown
38 lines
672 B
Markdown
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "docker_volume Resource - terraform-provider-docker"
|
|
subcategory: ""
|
|
description: |-
|
|
|
|
---
|
|
|
|
# docker_volume (Resource)
|
|
|
|
|
|
|
|
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Optional
|
|
|
|
- **driver** (String)
|
|
- **driver_opts** (Map of String)
|
|
- **id** (String) The ID of this resource.
|
|
- **labels** (Block Set) (see [below for nested schema](#nestedblock--labels))
|
|
- **name** (String)
|
|
|
|
### Read-Only
|
|
|
|
- **mountpoint** (String)
|
|
|
|
<a id="nestedblock--labels"></a>
|
|
### Nested Schema for `labels`
|
|
|
|
Required:
|
|
|
|
- **label** (String) Name of the label
|
|
- **value** (String) Value of the label
|
|
|
|
|