summaryrefslogtreecommitdiff
path: root/docker/api
Commit message (Expand)AuthorAgeFilesLines
* Add ip4&ip6 (#935) support, network/id/connectMatt Daue2016-03-021-0/+18
* Use decode on push and pull operations.Aleksandar Topuzovic2016-03-011-4/+4
* Merge pull request #916 from docker/container_update_featureJoffrey F2016-02-241-0/+33
|\
| * update_container now supports string valuesJoffrey F2016-02-231-4/+5
| * New `update_container` methodJoffrey F2016-02-231-0/+32
* | Separate params stream and follow for logs.Stéphane Seguin2016-02-161-2/+4
|/
* Raise exceptions for API errors on network connect/disconnectAanand Prasad2016-01-251-2/+4
* Support links when creating containers or connecting to networksAanand Prasad2016-01-201-2/+4
* Normalise/fix networking API JSON keysAanand Prasad2016-01-181-4/+4
* Implement support for network-scoped aliasesAanand Prasad2016-01-142-4/+16
* allow custom ipam options when creating networksRyan Belgrave2016-01-041-2/+3
* Fix remove_volume return valueSumit Sahrawat2015-12-101-1/+0
* Allow providing options when creating networksSumit Sahrawat2015-12-101-1/+5
* Merge pull request #868 from jstewmon/config-stop-signalJoffrey F2015-12-081-2/+3
|\
| * added stop_signal to create container configJonathan Stewmon2015-12-031-2/+3
* | allow interactive execTomas Tomecek2015-12-031-4/+11
|/
* fix typo filter param for `volumes`Nicolas Delaby2015-12-011-1/+1
* Update auth.resolve_repository_nameJoffrey F2015-11-231-3/+2
* Merge pull request #805 from sourcelair/enhancement/stats-no-streamDaniel Nephin2015-11-171-2/+7
|\
| * Add suport for non-stream stats of containersAntonis Kalipetis2015-10-221-2/+7
* | Merge pull request #796 from v-boyko/feature/logs_sinceDaniel Nephin2015-11-121-1/+13
|\ \
| * \ Merge upstream branch 'master' into feature/logs_sinceViacheslav Boiko2015-11-055-4/+88
| |\ \
| * | | Support the 'since' option in the 'containers/<id>/logs' endpointViacheslav Boiko2015-10-021-1/+13
* | | | Client.logs(tail=0) now shows no past logs (expected behavior)Joffrey F2015-11-121-1/+1
* | | | Support 'buildargs' parameter for docker 1.9.Leonty2015-11-101-1/+10
| |/ / |/| |
* | | Support unicode commands.Daniel Nephin2015-10-261-3/+1
| |/ |/|
* | Update `Client.create_volume` to use new endpoint819-volumes-createJoffrey F2015-10-211-1/+1
* | put/get archive implementationJoffrey F2015-10-081-0/+30
* | Add minimum_version decorators on NetworkApi methodsJoffrey F2015-10-081-1/+7
* | Implement methods for managing networksAanand Prasad2015-10-052-0/+50
|/
* Merge pull request #789 from PierreF/top_ps_argsJoffrey F2015-09-281-2/+5
|\
| * Allow to specify ps_args when listing processesPierre Fersing2015-09-251-2/+5
* | Support explicit protocol in Client.port792-fix-ports-commandJoffrey F2015-09-281-3/+6
|/
* Generic skip decorator for low API version accessible to all testsJoffrey F2015-09-166-71/+45
* Modify unit tests suite to allow mock routes to optionally be method-awareJoffrey F2015-09-161-3/+5
* Basic volume API implementation.Joffrey F2015-09-152-0/+49
* Move client internals back to Client class. Remove obsolete ClientBase classapi_splitupJoffrey F2015-09-111-1/+1
* Split different APIs into several mixins for clarity / easier maintenanceJoffrey F2015-09-116-0/+915