I would like to know how can I make a docker container accessible outside its own network.
example : docker container have a dedicated ip 172.16.0.240 , the mac0 adress is 172.16.0.40
and the host address is 172.16.0.20
I can access 172.16.0.240 from all devices connected on 172.16.0.0/24
now i want to access it from 172.16.50.0/24.
Right now 172.16.50.0/24 has no issue accessing everything on 172.16.0.0/24 except those using the macvlan ip.
Thanks.