Dockumentor is a Python utility that automates the generation of detailed documentation for Docker Compose projects. It interprets Docker Compose configurations to produce visual diagrams and markdown documentation, leveraging Mermaid diagrams and Jinja2 templates to provide clear and customizable representations of service architectures. Ideal for development teams and educators, Dockumentor streamlines the process of maintaining accurate and visual documentation for Docker environments.
Project description
Dockumentor: Docker Compose Documentation Generator
Dockumentor is a tool designed to automatically generate comprehensive documentation for Docker Compose configurations.
Features:
- Mermaid Diagram Generation: Automatically generate Mermaid diagrams that visually map the service relationships and network configurations.
- Sankey Diagrams for Network and Dependency Insights: Visualize network ports and service dependencies through Sankey diagrams to better understand internal and external bindings and service interactions.
- Template-based Documentation: Customize documentation output using Jinja2 templates, allowing for flexibility in how information is presented.
- CLI Support: Comes with a command-line interface to easily generate and update documentation directly from the terminal.
- Configurable: Easily adaptable to include more detailed information such as volume mappings, environment variables, and custom commands through a simple YAML configuration.
Ideal for:
- Developers looking to automate the documentation of their Docker environments.
- Teams requiring consistent and updated documentation for development, testing, and production setups.
- Educators and trainers who provide tutorials or workshops on Docker and need clear, visual representations of complex configurations.
By simplifying the documentation process, Dockumentor helps you focus more on development and less on the manual effort of maintaining up-to-date documentation of your Docker setups.
Installation
To install Dockumentor, you can use pip, the Python package manager. Make sure you have Python and pip installed on your system. Then run the following command:
pip install dockumentor
Usage
Once installed, you can use the Dockumentor CLI to generate a README for your project with Docker Compose.
Generating Documentation
To generate a README for a project with a Docker Compose configuration, navigate to your project directory and run the following command:
dockumentor --compose-file path/to/docker-compose.yml --output README.md
--compose-file
: Specify the path to yourdocker-compose.yml
file.--output
: Specify the path to the output file (e.g.,README.md
). This is where the generated documentation will be written.
Example Command
dockumentor --compose-file ./docker-compose.yml --output ./README.md
Appending to Existing Documentation
If you want to append the generated documentation to an existing README file, use the --append
option:
dockumentor --compose-file ./docker-compose.yml --output ./README.md --append
This will insert the generated documentation within specific markers in the existing README file, ensuring that the new content is added without overwriting the existing content.
Customizing the Template
Dockumentor uses Jinja2 templates to format the generated documentation. You can customize the template to match your project's documentation style. Create a custom template file and specify its path using the --template
option.
Example Command with Custom Template
dockumentor --compose-file ./docker-compose.yml --template ./templates/dockumentor_compose.md --output ./README.md
This command specifies a custom template for generating the documentation. If you don't specify a template, Dockumentor will use a default template.
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dockumentor-0.1.1.tar.gz
.
File metadata
- Download URL: dockumentor-0.1.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.10.12 Linux/6.5.0-44-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4790a607bf37d66bd67381aae159b35018d14d669d3a64342e7e33e6ee983c7a |
|
MD5 | 5e9267c904d1630f673314cbddef333b |
|
BLAKE2b-256 | 59f9c35862b6968edad612576cf7fbc095d14eceac39973d3623e377745f6bee |
File details
Details for the file dockumentor-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: dockumentor-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.10.12 Linux/6.5.0-44-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f91185679b59294465b2d1eeb5d8295e2c99164e43fe4cbfcfc88362950fd1a |
|
MD5 | ad8ed14cbb34775ddb3286154a271aef |
|
BLAKE2b-256 | 6ee908bb262ee53e6f0334340aefcfd85ed10bec84b316214f977d1379bf57af |