table of contents
- testing 2.26.1-4
- unstable 2.26.1-4
- experimental 2.26.1-2
DOCKER-COMPOSE-ALPHA-VIZ(1) | DOCKER-COMPOSE-ALPHA-VIZ(1) |
NAME¶
docker-compose-alpha-viz - EXPERIMENTAL - Generate a graphviz graph from your compose file
SYNOPSIS¶
docker compose alpha viz [OPTIONS]
DESCRIPTION¶
EXPERIMENTAL - Generate a graphviz graph from your compose file
OPTIONS¶
-h, --help[=false] help for viz
--image[=false] Include service's image name in output graph
--indentation-size=1 Number of tabs or spaces to use for indentation
--networks[=false] Include service's attached networks in output graph
--ports[=false] Include service's exposed ports in output graph
--spaces[=false] If given, space character ' ' will be used to indent, otherwise tab character '\t' will be used
OPTIONS INHERITED FROM PARENT COMMANDS¶
--dry-run[=false] Execute command in dry run mode
SEE ALSO¶
Feb 2025 |