Skip to content

Instantly share code, notes, and snippets.

@InsulaVentus
Last active December 20, 2018 14:52
Show Gist options
  • Save InsulaVentus/d66a3ac2fe921b19a19e76a0c4733c74 to your computer and use it in GitHub Desktop.
Save InsulaVentus/d66a3ac2fe921b19a19e76a0c4733c74 to your computer and use it in GitHub Desktop.

Ref: https://docs.docker.com/network

Features

  • Automatic DNS resolution between containers
  • Containers in same user defined bridge network automatically exposes all ports to each other
  • Containers can be attached and detached from user-defined networks on the fly. As apposed to default bridge networks where you need to stop the container and recreate it with different options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment