First I would like to appreciate its a very great work.
How could I can assign my routeable ip address to the docker0 interface of rancheros so that the containers I create can access directly without port forwarding to the base host.
For example If I would like to host multiple apache for the customer and want to access directly of my network routeable ip address,
If you’re interested in routing to a container using the host’s ip address, then you should start the container in host networking mode. In this mode, the container inherits the host’s networking stack. You can specify it under the “networking” tab while starting a new container using rancher UI.