Commit graph

57 commits

Author SHA1 Message Date
Will
e1439b4cd2 fix broken random color generator 2023-06-16 21:13:04 -04:00
Will
7b641843b8 black, format 2023-06-16 21:08:59 -04:00
Will
243fcad43f utilities build, run, and consistent name scheme 2023-06-16 21:06:24 -04:00
Leo Verto
0ba6f32791
Merge pull request #23 from LeoVerto/dependabot/github_actions/docker/metadata-action-4
Bump docker/metadata-action from 3 to 4
2022-05-06 11:41:49 +00:00
dependabot[bot]
1e4f435f1c
Bump docker/metadata-action from 3 to 4
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3 to 4.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](https://github.com/docker/metadata-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-05 14:14:18 +00:00
Leo Verto
ca07144332
Merge pull request #22 from LeoVerto/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2022-03-22 12:13:00 +00:00
Leo Verto
0632c868f0
Merge pull request #21 from LeoVerto/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2022-03-22 12:12:51 +00:00
dependabot[bot]
d2bab00c5b
Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 14:13:27 +00:00
dependabot[bot]
5dd0a04edb
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 14:14:42 +00:00
Leo Verto
12c71f2c7d
Merge pull request #19 from LeoVerto/dependabot/pip/urllib3-1.26.5
Bump urllib3 from 1.26.4 to 1.26.5
2021-06-16 20:10:59 +00:00
Leo Verto
d8bcd1aa2f
Ignore minor and patch updates of Action dependencies 2021-06-16 20:10:22 +00:00
dependabot[bot]
148df41841
Bump urllib3 from 1.26.4 to 1.26.5
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.4...1.26.5)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-02 04:40:07 +00:00
Leo Verto
fca31d8e23
Merge pull request #13 from LeoVerto/dependabot/github_actions/crazy-max/ghaction-docker-meta-v3
Bump crazy-max/ghaction-docker-meta from v2 to v3
2021-05-11 22:44:18 +00:00
LeoVerto
fe1d9653ed Update docker metadata action path 2021-05-12 00:38:37 +02:00
dependabot[bot]
6f412418d6
Bump crazy-max/ghaction-docker-meta from v2 to v3
Bumps [crazy-max/ghaction-docker-meta](https://github.com/crazy-max/ghaction-docker-meta) from v2 to v3.
- [Release notes](https://github.com/crazy-max/ghaction-docker-meta/releases)
- [Commits](https://github.com/crazy-max/ghaction-docker-meta/compare/v2...2af9c6a52b5431eea749f0e923b7503b84813f77)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 06:20:05 +00:00
LeoVerto
4f2289bdcf Use correct image name in action 2021-04-28 02:02:36 +02:00
LeoVerto
3374d5b415 Add GH Action for building and pushing docker image 2021-04-28 01:41:55 +02:00
LeoVerto
8791d2084c Update requirements for Python 3.9 2021-04-28 01:39:35 +02:00
LeoVerto
8c5cc44946 Fix KeyError when networks with no gateway exist 2020-07-01 15:46:24 +02:00
LeoVerto
23112d8e39 Show interface aliases above IPs
Fixes #9.
2020-06-05 01:01:30 +02:00
LeoVerto
0544246f7c Fix KeyError when containers are attached to no or host network
Fixes #7, fixes #10.
2020-06-04 23:24:50 +02:00
LeoVerto
7f20305350 Add docker-compose file for testing different network configurations with dummy containers 2020-06-04 23:04:40 +02:00
LeoVerto
267bed9719 Update dependencies, pin docker library to 3.7 2020-06-04 23:00:23 +02:00
LeoVerto
59ea5ea0b5 Update and clarify README 2018-11-27 07:37:31 +01:00
LeoVerto
bd079656a6 Update docker-py version, use MVC pattern, automatically select file type 2018-11-27 07:22:25 +01:00
LeoVerto
b84d30ee18 Style cleanup, use f-strings 2018-11-27 03:22:10 +01:00
LeoVerto
25eb4942b0 Add editorconfig 2018-11-27 03:05:37 +01:00
LeoVerto
fe05ab2eb3 Improve build speed by making intermediaries reusable 2018-11-08 15:03:53 +01:00
LeoVerto
ba2ca68284 Fix error on containerless networks 2018-11-08 14:59:01 +01:00
LeoVerto
4390b6da78 Fix IndexError on unconfigured networks 2018-09-14 18:07:24 +02:00
LeoVerto
3586b9f0c9 Fix KeyError on unused networks 2018-09-10 18:45:36 +02:00
LeoVerto
f1b5a1132c Use ENTRYPOINT instead of CMD to allow running the container with custom args 2018-08-31 21:51:03 +02:00
LeoVerto
2a89518aef Read network ICC value 2018-08-31 21:34:24 +02:00
LeoVerto
ea7ecc2381 Merge remote-tracking branch 'upstream/master'
Upstream is now licensed as MIT and so are we!
2018-08-31 19:32:30 +02:00
Eugene Agafonov
a97144d3ca Fixes #1 Add license
MIT
2018-08-31 20:29:22 +03:00
LeoVerto
23a74a820c
Merge pull request #3 from MonkeyDo/patch-1
Added link to online Graphviz tool
2018-08-31 14:57:37 +00:00
LeoVerto
567ad0b8cb Fix error when internal networks are present 2018-08-31 16:56:59 +02:00
Monkey Do
b6198efee0
Updated online graphviz tool link 2018-08-31 16:55:50 +02:00
Monkey Do
26b979b0d1
Added link to online Graphviz tool 2018-08-31 16:38:22 +02:00
LeoVerto
58bde04833 Code cleanup 2018-08-31 15:31:36 +02:00
LeoVerto
74997fbe68 Add example graph 2018-08-31 15:31:13 +02:00
LeoVerto
4b478431ac Add rm to docker run in README 2018-08-31 13:58:52 +02:00
LeoVerto
082900985a Update readme description 2018-08-31 13:55:22 +02:00
LeoVerto
32d580da1a Make network colours temporally consistent 2018-08-31 13:54:41 +02:00
LeoVerto
77e2cbedef Prefer pre-generated colours to random ones, close #2 2018-08-31 13:27:58 +02:00
LeoVerto
895f06e7d1 Update README to use fdp instead of dot 2018-08-31 06:23:07 +02:00
LeoVerto
98b38d11ac Use fdp with splines and random network colours 2018-08-31 06:21:48 +02:00
LeoVerto
ad53549664 Update docker command in README 2018-08-31 05:29:50 +02:00
LeoVerto
dc950fae29 Add Dockerfile and instructions for running container 2018-08-31 05:16:34 +02:00
LeoVerto
ab88c610e1 Add command line parameters 2018-08-31 04:53:54 +02:00