5 KiB
5 KiB
Table of Contents
About The Project
compose-viz
is a docker-compose/podman-compose graph visualization tool that allows you to gernerate graph in DOT format or .png
.
Getting Started
Usage
python3 compose-viz.py [option] [input-file]
Options
Option | Necessity | Description | Default Value |
---|---|---|---|
-o --output-file |
Optional | Output file path. | ./compose.png |
-m --output-format=DOT, PNG |
Optional | Output format. | PNG |
Example
python3 compose-viz.py docker-compose.yaml
Roadmap
- Support podman-compose.
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feat/amazing-feature
) - Commit your Changes with Conventional Commits
- Push to the Branch (
git push origin feat/amazing-feature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE for more information.
Contact
Author
- HSING-HAN, WU (Xyphuz)
- Mail me: xyphuzwu@gmail.com
- About me: https://about.xyphuz.com
- GitHub: https://github.com/wst24365888