Is there a way to assign static Ip's to the docker vlan? I have a container that will only communicate with the other container on the docker vlan 172.17.0.0/16 instead of on my home network 192.168.50.0/16. Everytime anything happens docker will assign random ip's from the Vlan and I can't seem to find any info on how to assign static ip's I don't really care what the ip's are I just need them to stop changing. All the information I seem to find is about the translation layer IP for the containers which I would call my home ip (I'm not sure how it's all named officially).
Thanks in Advanced.