v0.1.5
Added
dok ports— every published port in one flat table, sorted by host port, so
"who owns 5432?" is a glance instead of a scan across wrapped lines. Skips
exposed-but-unpublished ports, collapses the IPv4/IPv6 pair docker reports for
a wildcard binding into one row, shows aBINDcolumn only when some binding
is narrower than every interface, and marks the case where two containers
claim the same address, port and protocol.
Changed
- The demo stack binds postgres to
127.0.0.1rather than every interface,
which is how a database is usually published and givesdok ports --demo
something to show in itsBINDcolumn.
What's Changed
- docs: fix the social card, link the roadmap to its issues by @alsaadii98 in #13
- feat: add dok ports by @alsaadii98 in #14
- release: 0.1.5 by @alsaadii98 in #15
New Contributors
- @alsaadii98 made their first contribution in #13
Full Changelog: v0.1.4...v0.1.5