> For the complete documentation index, see [llms.txt](https://docs.deref.io/exo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deref.io/exo/components/docker/network.md).

# Network

## Network Component

A Docker network.

A `network` block may contain attributes as specified by [compose-spec's `volumes` element](https://github.com/compose-spec/compose-spec/blob/master/spec.md#Volumes-top-level-element)

## Example

```hcl
network "example-network" {}
```
