i have Ubuntu VPS with multiple IPs, the VPS is controlled by SolusVM, and SolusVM has been generating subinterfaces on eth0, each subinterface has a Public IP, by example:
- eth0 - 66.250.230.180
- eth0:0 - 66.250.230.190
I want to create ubuntu containers in each docker bridge and each bridge should access the internet through a subinterface IP.
The main purpose from that to create isolated network for group of containers and each network linked to a subinterface (each network should has a public IP for it).
