docker network exits experimental and is part of standard>
New network top-level concept, with associated subcommands and API (#16645)
Support for multiple isolated/micro-segmented networks (#16645)
Built-in multihost networking using VXLAN based overlay driver (#14071)
Support for third-party network plugins (#13424)
Ability to dynamically connect containers to multiple networks (#16645)
Support for user-defined IP address management via pluggable IPAM drivers (#16910)
Add daemon flags --cluster-store and --cluster-advertise for built-in nodes discovery (#16229)
Add --cluster-store-opt for setting up TLS settings (#16644)
Add --dns-opt to the daemon (#16031)
DEPRECATE following container NetworkSettings fields in API v1.21: EndpointID, Gateway,GlobalIPv6Address, GlobalIPv6PrefixLen, IPAddress, IPPrefixLen, IPv6Gateway and MacAddress.Those are now specific to the bridge network. Use NetworkSettings.Networks to inspectthe networking settings of a container per network.
Volumes
New top-level volume subcommand and API (#14242)
Move API volume driver settings to host-specific config (#15798)
Print an error message if volume name is not unique (#16009)
Ensure volumes created from Dockerfiles always use the local volume driver (#15507)
DEPRECATE auto-creating missing host paths for bind mounts (#16349)
Logging
Add awslogs logging driver for Amazon CloudWatch (#15495)
Add generic tag log option to allow customizing container/image information passed to driver (e.g. show container names) (#15384)
Implement the docker logs endpoint for the journald driver (#13707)