Skip to content
Discussion options

You must be logged in to vote

Confirmed, this is a DOCSight limitation rather than a Docker Compose issue.

Connection Monitor is IPv4-only in the current implementation:

  • ICMP uses IPv4 raw sockets and gethostbyname().
  • The bundled ICMP helper resolves with AF_INET only.
  • TCP fallback also opens AF_INET sockets only.

So IPv6 literals or IPv6-only hostnames can be reachable from the container, but DOCSight still records them as timeouts because it never attempts ICMPv6 or IPv6 TCP.

Tracked here: #361

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by s0ftcorn
Comment options

You must be logged in to vote
3 replies
@s0ftcorn
Comment options

@itsDNNS
Comment options

@s0ftcorn
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants