docker-network-graph
docker-network-graph copied to clipboard
Quickly visualize docker networks with graphviz.
Hi, I've managed to use this script to create a view of my current network by modifying the followings. Hopes this helps
graphviz.FORMATS instead of graphviz.backend.FORMATS
Heya, Thanks for this project! I've been using it on and off for a few years to show how Docker infrastructure can work to others! By adding `[bgcolor=colour];` to the...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 4. Release notes Sourced from docker/build-push-action's releases. v4.0.0 Warning Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Supporting multi-host swarm networks would be a useful feature. Potentially different hosts could be visually grouped.
When trying to render the dot output directly through the Docker image, it complaines about a missing dependency: ```python root@panda ~/.tmp # docker run --rm -v /var/run/docker.sock:/var/run/docker.sock:ro -v ${PWD}:/usr/src/app/.tmp leoverto/docker-network-graph...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2. Release notes Sourced from docker/setup-buildx-action's releases. v2.0.0 Node 16 as default runtime by @crazy-max (#131) This requires a minimum Actions Runner version of v2.285.0,...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2. Release notes Sourced from docker/setup-qemu-action's releases. v2.0.0 Node 16 as default runtime by @crazy-max (#48) This requires a minimum Actions Runner version of v2.285.0,...
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. Release notes Sourced from docker/login-action's releases. v2.0.0 Node 16 as default runtime by @crazy-max (#161) This requires a minimum Actions Runner version of v2.285.0,...