docker compose alpha viz

DescriptionEXPERIMENTAL - Generate a graphviz graph from your compose file
Usagedocker compose alpha viz [OPTIONS]

This command is experimental

Experimental features are intended for testing and feedback as their functionality or design may change between releases without warning or can be removed entirely in a future release.

Description

EXPERIMENTAL - Generate a graphviz graph from your compose file

Options

OptionDefaultDescription
--imageInclude service's image name in output graph
--indentation-size1Number of tabs or spaces to use for indentation
--networksInclude service's attached networks in output graph
--portsInclude service's exposed ports in output graph
--spacesIf given, space character ' ' will be used to indent,
otherwise tab character '\t' will be used