Hero Image

Blog

Using Docker networks for better inter-container communication

Using Docker networks for better inter-container communication

A useful feature of Docker that can often be overlooked is its powerful network engine which allows you to manage subnets within the Docker ecosystem. Generally speaking, most people (myself included) will just map internal ports over to the host and use the host's IP address when accessing containe...

17th Oct 2017 - Josh Stark