-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Milestone
Description
Docker has introduced a new top-level concept of a "network", accompanied by new CLI and API functionality. Compose should support this – both out of the box, and allowing the user to manually configure complex topologies.
- Experimental support for networks - Networking #2191
- Specify networks in the Compose file - Proposal: Specify networks in the Compose file #2478
- Move network support out of experimental status and make it the default (or only) means of inter-service communication
- Use service name and short name alises simple names in /etc/hosts when using the experimental networking feature #2312
- Support setting the default network name Support a custom network name for default network #2470