summaryrefslogtreecommitdiff
path: root/compose/network.py
Commit message (Expand)AuthorAge
* Ignore NotFound for external overlay networksJoffrey F2018-03-28
* Move priority option to service network referenceJoffrey F2018-01-11
* Fixed network priorities. Resolves #5042Zal Daroga2018-01-11
* Added prioritization of networksZal Daroga2018-01-11
* Add support for custom names for networks, secrets, configsJoffrey F2017-12-06
* Add ipam default driver, fixes #5248Drew Romanyk2017-11-30
* Add check_duplicate=True when creating networkJoffrey F2017-10-16
* Add exclusion for networknameKirin Rastogi2017-07-25
* Network label mismatch now prints a warning instead of raising an errorJoffrey F2017-05-23
* add exception for windows networkingMichael Friis2017-05-04
* Prevent NoneType error when remote IPAM options is NoneJoffrey F2017-04-26
* Add support for IPAM options in v2 formatJoffrey F2017-04-10
* Ensure network config matches remote for all propertiesJoffrey F2017-03-13
* Add default labels to networks and volumes created by ComposeJoffrey F2016-12-19
* Make created networks attachable for file format >=2.1Joffrey F2016-12-16
* Use docker SDK 2.0Joffrey F2016-12-14
* Avoid breaking when remote driver options are null.Joffrey F2016-11-15
* Call check_remote_network_config from Network.ensureJoffrey F2016-11-04
* Add whitelisted driver option added by the overlay driver to avoid breakageJoffrey F2016-11-01
* Fix merge error (missing Network.labels attribute)Joffrey F2016-10-18
* Merge branch 'master' of https://github.com/dbdd4us/compose into dbdd4us-masterJoffrey F2016-10-17
|\
| * add support for creating volume and network with label definitiondbdd2016-10-12
* | Add support for enable_ipv6 in network definition.Joffrey F2016-10-06
|/
* Add support for creating internal networksJonathan Giannuzzi2016-07-11
* Make down idempotent, continue to remove resources if one is missing.Daniel Nephin2016-03-15
* Fix #2804: Add ipv4 and ipv6 static addressingMatt Daue2016-03-09
* Handle mismatched network formats in config filesJoffrey F2016-02-18
* Network aliases are now part of the network dictionaryJoffrey F2016-02-18
* Allow user to specify custom network aliasesJoffrey F2016-02-18
* Include networks in the config_hash.Daniel Nephin2016-02-02
* Don't initialize networks that aren't used by any services.Daniel Nephin2016-02-02
* Refactor project network initlization.Daniel Nephin2016-02-02
* Allow custom ipam configAanand Prasad2016-01-18
* Quote network names in error messagesAanand Prasad2016-01-18
* Remove all non-external networks on down.Daniel Nephin2016-01-14
* Support the 'external' option for networksAanand Prasad2016-01-14
* Connect services to networks with the 'networks' keyAanand Prasad2016-01-14
* Specify networks in Compose fileAanand Prasad2016-01-14