jmenga

Results 2 comments of jmenga

The problem here is about communication with other internal networks from a Docker container. If Docker chooses an IP subnet that is in use elsewhere in the network, containers on...

@HadesArchitect - ultimately I settled on creating an external network using the local driver. The advantages of this approach: - You can set a safe range - Docker DNS is...