Hello!
I am currently attempting to setup a docker network that has a separate IP than the host machine and I’m a bit confused on how to do this
I understand that it either needs to be a ipvlan or a macvlan but I’m not sure which and wanted to get some further insight
I simply want a docker network with a single IP where containers within this network can expose their ports via this IP instead of the host machines IPs
Any assistance would be greatly appreciated
-TwinNature