February 2017
Intermediate to advanced
440 pages
8h 45m
English
Docker has some pretty nice networking options, from choosing which ports to expose to concurrently running isolated or bridged networks. It's pretty useful to quickly and easily simulate production environments, create better architectures, and increase container exposure on the network front. We'll see different ways to expose ports, create new networks, execute Docker containers inside them, and even have multiple networks per container.
To step through this recipe, you will need the following:
To make a container network port available to others, it first needs to be exposed. Consider any service listening on a port ...