I want to make sure that I do not use a private network in docker bridge docker0 or in private docker networks. Therefore, for these interfaces I try to use only IPv6, but without disabling IPv4 on the host itself. (Which does not help the seams)
Is there a way for dockers to use IPv6 only on docker networks?
I am using docker 1.11.0
source share