# docker compose alpha viz EXPERIMENTAL - Generate a graphviz graph from your compose file ### Options | Name | Type | Default | Description | |:---------------------|:-------|:--------|:---------------------------------------------------------------------------------------------------| | `--dry-run` | `bool` | | Execute command in dry run mode | | `--image` | `bool` | | Include service's image name in output graph | | `--indentation-size` | `int` | `1` | Number of tabs or spaces to use for indentation | | `--networks` | `bool` | | Include service's attached networks in output graph | | `--ports` | `bool` | | Include service's exposed ports in output graph | | `--spaces` | `bool` | | If given, space character ' ' will be used to indent,
otherwise tab character '\t' will be used |