Story Details

  • Show HN: Subtrace – Wireshark for Docker Containers

    Posted: 2025-02-18 23:29:17

    Subtrace is an open-source tool that simplifies network troubleshooting within Docker containers. It acts like Wireshark for Docker, capturing and displaying network traffic between containers, between a container and the host, and even between containers across different hosts. Subtrace offers a user-friendly web interface to visualize and filter captured packets, making it easier to diagnose network issues in complex containerized environments. It aims to streamline the process of understanding network behavior in Docker, eliminating the need for cumbersome manual setups with tcpdump or other traditional tools.

    Summary of Comments ( 3 )
    https://news.ycombinator.com/item?id=43096477

    HN users generally expressed interest in Subtrace, praising its potential usefulness for debugging and monitoring Docker containers. Several commenters compared it favorably to existing tools like tcpdump and Wireshark, highlighting its container-focused approach as a significant advantage. Some requested features like Kubernetes integration, the ability to filter by container name/label, and support for saving captures. A few users raised concerns about performance overhead and the user interface. One commenter suggested exploring eBPF for improved efficiency. Overall, the reception was positive, with many seeing Subtrace as a promising tool filling a gap in the container observability landscape.