I would like to deploy a virtual network through containers. My goal is to make it work as a physical network. Is that possible? If so, how could I do it.
I’m a bit confused. Do you mean you want to create a virtual network that works the same way as physical networks? Isn’t that basically the definition of virtual networks?
IF you goal is to use LAN ip addresses for containers,
or use a container network plugin like About Calico | Calico Documentation and add physical hosts to that network too (it is possible, but I have never done it yet).