This is a question about Docker networking where I've come to a halt.
Not specifically HA related, but kinda
Scenario: HA running in docker in a macvlan so all devices can contact it through it's own unique IP
A network monitoring tool runs on the docker host which is checking for uptime availability of devices and locations. It can see other containers on the same host network, LAN devices like the router, cloudflare etc, but it can't see the HA container running in the macvlan network.
Anyone know how to allow the host to access and see the containers in the macvlan?
Or even visa versa - macvlan can't see the docker gateway 172.17.0.1?