--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "docker_network Data Source - terraform-provider-docker" subcategory: "" description: |- --- # docker_network (Data Source) ## Schema ### Optional - **id** (String) The ID of this resource. - **name** (String) ### Read-Only - **driver** (String) - **internal** (Boolean) - **ipam_config** (Set of Object) (see [below for nested schema](#nestedatt--ipam_config)) - **options** (Map of String) - **scope** (String) ### Nested Schema for `ipam_config` Read-Only: - **aux_address** (Map of String) - **gateway** (String) - **ip_range** (String) - **subnet** (String)