docker compose alpha viz

EXPERIMENTAL - Generate a graphviz graph from your compose file

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.

Usage

docker compose alpha viz [OPTIONS]

Description

EXPERIMENTAL - Generate a graphviz graph from your compose file

Options

OptionShortDefaultDescription
--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