Skip to content

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 26 Aug 14:14
· 8 commits to main since this release

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 a BIND column 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.1 rather than every interface,
    which is how a database is usually published and gives dok ports --demo
    something to show in its BIND column.

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5