I've tried various solutions. Some claim WSL2 DNS is the issue. I've disabled the Windows Firewall and that did not help.
In a Terminal for ks_grafana, I tried this:
/usr/share/grafana # ping host.docker.internal
PING host.docker.internal (192.168.65.2): 56 data bytes
64 bytes from 192.168.65.2: seq=0 ttl=36 time=1.477 ms
64 bytes from 192.168.65.2: seq=1 ttl=36 time=1.166 ms
64 bytes from 192.168.65.2: seq=2 ttl=36 time=1.852 ms
64 bytes from 192.168.65.2: seq=3 ttl=36 time=1.226 ms
I tried to telnet to 16110 to see if the port may be the issue but telnet is not installed in the container and I'm not sure how to get it in there for testing:
/usr/share/grafana # telnet host.docker.internal 16110
/bin/sh: telnet: not found
I downloaded release 1.1.6:
The ran:
In Docker Desktop / Logs, I see this in a loop:
I am using WSL2 backend for Docker.
I've tried various solutions. Some claim WSL2 DNS is the issue. I've disabled the Windows Firewall and that did not help.
In a Terminal for ks_grafana, I tried this:
I tried to telnet to 16110 to see if the port may be the issue but telnet is not installed in the container and I'm not sure how to get it in there for testing:
Any clues?