summaryrefslogtreecommitdiff
path: root/docker/models/networks.py
Commit message (Collapse)AuthorAgeFilesLines
* Only allow greedy queries on the modelViktor Adam2017-11-211-1/+7
| | | | Signed-off-by: Viktor Adam <rycus86@gmail.com>
* Fetch network details with network lists greedilyViktor Adam2017-11-161-2/+11
| | | | Signed-off-by: Viktor Adam <rycus86@gmail.com>
* Add support for scope filter in inspect_networkJoffrey F2017-11-071-3/+11
| | | | | | Fix missing scope implementation in create_network Signed-off-by: Joffrey F <joffrey@docker.com>
* Add support for ingress in create_networkcreate-ingress-networkJoffrey F2017-05-171-0/+2
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* FormattingJoffrey F2017-04-271-8/+6
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Network model functions 'connect' and 'disconnect' did not accept or ↵Jesper L. Nielsen2017-04-271-4/+9
| | | | | | passthrough keyword arguments. Signed-off-by: Jesper L. Nielsen <lyager@gmail.com>
* fix can't get a dict when Containers is NonehhHypo2017-04-261-1/+1
| | | | Signed-off-by: hhHypo <i@ihypo.net>
* Add prune_networks methodJoffrey F2017-01-301-0/+5
| | | | | | Ensure all integration tests use the same version of the busybox image Signed-off-by: Joffrey F <joffrey@docker.com>
* Fix a number of docs formatting issuesdocs-fixesJoffrey F2017-01-181-9/+10
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Move config type creation from docker.utils functions to classes inconfig_typesJoffrey F2016-12-011-3/+3
| | | | | | docker.types Signed-off-by: Joffrey F <joffrey@docker.com>
* Add new user-focused APIBen Firshman2016-11-221-0/+181
See #1086 Signed-off-by: Ben Firshman <ben@firshman.co.uk>