Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The containers will be created on a separate bridge network. This has the advantage that all containers on this network will be able to communicate with each other. In addition, all ports will be isolated reducing the possibility of port conflicts with services running on the host. In order to expose access to the outside (i.e. the host system) any relevant ports need to be exposed.

Info
titleNote

Currently (as of version 2.5.0) Docker for Mac does not allow the network=host  option which would obviate the need to expose ports.

...