Relative Content

Tag Archive for linuxdockernetworkingrouter

acces to a docker network from an other host

i have a docker network in my host1 (172.16.0.0/16), and my host1 is connected also to another LAN network(192.168.1.0/24)
i want to access from an other host2 (in the same LAN with my host1) to the docker network, by setting my original host1 as a router how can i do that, knowing that i am using a Linux host.