Man page - docker-compose-alpha-viz(1)

Packages contains this manual

Manual

DOCKER-COMPOSE-ALPHA-VIZ

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
OPTIONS INHERITED FROM PARENT COMMANDS
SEE ALSO

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

docker-compose-alpha(1)