compose/docs/reference/compose_alpha_viz.md
Benjamín Guzmán 3751c3074b Added docs
Signed-off-by: Benjamín Guzmán <bg@benjaminguzman.dev>
2023-04-24 12:18:37 +02:00

1.1 KiB

docker compose alpha viz

EXPERIMENTAL - Generate a graphviz graph from your compose file

Options

Name Type Default Description
--image Include service's image name in output graph
--indentation-size int 1 Number of tabs or spaces to use for indentation
--networks Include service's attached networks in output graph
--ports Include service's exposed ports in output graph
--spaces If given, space character ' ' will be used to indent,
otherwise tab character '\t' will be used