---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "docker_network Resource - terraform-provider-docker"
subcategory: ""
description: |-
---
# docker_network (Resource)
## Schema
### Required
- **name** (String)
### Optional
- **attachable** (Boolean)
- **check_duplicate** (Boolean)
- **driver** (String)
- **id** (String) The ID of this resource.
- **ingress** (Boolean)
- **internal** (Boolean)
- **ipam_config** (Block Set) (see [below for nested schema](#nestedblock--ipam_config))
- **ipam_driver** (String)
- **ipv6** (Boolean)
- **labels** (Block Set) (see [below for nested schema](#nestedblock--labels))
- **options** (Map of String)
### Read-Only
- **scope** (String)
### Nested Schema for `ipam_config`
Optional:
- **aux_address** (Map of String)
- **gateway** (String)
- **ip_range** (String)
- **subnet** (String)
### Nested Schema for `labels`
Required:
- **label** (String) Name of the label
- **value** (String) Value of the label