You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
formatter: suppress duplicate IPv6 wildcard port in docker ps output
When a port is bound on both 0.0.0.0 and ::, hide the IPv6 entry
and show only the IPv4 entry to reduce noise in docker ps output.
Before: 0.0.0.0:8080->80/tcp, :::8080->80/tcp
After: 0.0.0.0:8080->80/tcp
Fixes#6869
0 commit comments