Commentary

  • This was a fantastic walk-through of one of the un-explained parts of docker. Surely there are exhaustive lists of commands to perform things in the docker networking, but very few dive into the why part. This article specifically did that and all the commands made sense.
  • The bridge is the safe default, setting custom host is for advanced usage, avoid if possible, only dive if necessary.
  • Custom networks makes communication clear between containers
  • user names, not IPs.