summaryrefslogtreecommitdiff
path: root/docker/models
Commit message (Expand)AuthorAgeFilesLines
* Docs fixes3.0.0-releaseJoffrey F2018-01-311-0/+1
* Bump 3.0.0Joffrey F2018-01-311-0/+2
* Update wait to always return a dictwait_returnJoffrey F2018-01-311-3/+3
* Merge pull request #1889 from docker/1441-pull-repository-nameJoffrey F2018-01-311-6/+5
|\
| * Rename `name` parameter in `pull` method to `repository`1441-pull-repository-nameJoffrey F2018-01-311-6/+5
* | Correctly parse volumes with Windows paths1884-create_volumes_win32Joffrey F2018-01-311-9/+15
|/
* Properly support pulling all tags in DockerClient.images.pull1761-dockerclient-pullJoffrey F2018-01-301-3/+17
* Move ExecResult definition to models.containersJoffrey F2018-01-291-5/+12
* Merge branch 'container_exec_run' of https://github.com/funkyfuture/docker-py...Joffrey F2018-01-291-7/+10
|\
| * Container.exec_run returns a namedtuple w/ attrs exit_code & outputFrank Sachsenheim2018-01-281-5/+6
| * Container.exec_run returns None as exit_code if stream or socketFrank Sachsenheim2018-01-281-5/+7
* | Merge pull request #1874 from docker/1774-export-methodsJoffrey F2018-01-291-7/+5
|\ \ | |/ |/|
| * Update save / export methods to return data generators1774-export-methodsJoffrey F2018-01-261-7/+5
* | ImageCollection.build now also returns build logs along with the built image ...1702-build-logs-dockerclientJoffrey F2018-01-261-5/+9
|/
* Merge pull request #1873 from docker/hongbin-image-loadJoffrey F2018-01-261-3/+17
|\
| * Error handling in ImageCollection.loadhongbin-image-loadJoffrey F2018-01-261-1/+4
| * Merge branch 'image-load' of https://github.com/hongbin/docker-py into hongbi...Joffrey F2018-01-261-2/+13
| |\
| | * Return Image objects on image.loadHongbin Lu2017-09-101-2/+13
* | | Return tuple instead of dict in exec_runJoffrey F2018-01-261-7/+4
* | | Merge branch 'add_exit_code_to_exec_run' of https://github.com/hnq90/docker-p...Joffrey F2018-01-261-5/+16
|\ \ \ | |/ / |/| |
| * | Add exit code to exec_runHuyNQ2017-11-131-5/+16
* | | Bump default API version to 1.35Joffrey F2018-01-262-2/+10
* | | Replace missing "^" with "e"mccalluc2018-01-261-1/+1
* | | Merge pull request #1856 from docker/1855-platform-optionJoffrey F2018-01-242-2/+8
|\ \ \
| * | | Add support for experimental platform flag in build and pull1855-platform-optionJoffrey F2018-01-232-2/+8
* | | | Fix test to make sure the initial mode is replicatedFelipe Ruhland2018-01-031-1/+1
* | | | Ensure that global containers are not scaledFelipe Ruhland2017-12-261-1/+4
* | | | Added scale method to the Service model.Felipe Ruhland2017-12-211-1/+17
|/ / /
* | | Don't attempt to retrieve container's stderr if `auto_remove` was set1813-autoremove-errorJoffrey F2017-12-191-1/+3
* | | Retrieve container logs before container exits / is removed1813-run-autoremoveJoffrey F2017-12-141-10/+19
* | | Merge pull request #1807 from rycus86/update_service_from_prev_specJoffrey F2017-12-141-1/+10
|\ \ \
| * | | Renaming new argumentViktor Adam2017-12-141-3/+3
| * | | Service model update changesViktor Adam2017-11-141-1/+10
| |/ /
* | | Merge branch 'master' of https://github.com/tz70s/docker-py into tz70s-masterJoffrey F2017-12-131-0/+2
|\ \ \
| * | | Fix #1575 - Add cpu_rt_period and cpu_rt_runtime argsTzu-Chiao Yeh2017-08-131-0/+2
* | | | Merge pull request #1812 from rycus86/greedy_network_listJoffrey F2017-12-131-3/+18
|\ \ \ \
| * | | | Only allow greedy queries on the modelViktor Adam2017-11-211-1/+7
| * | | | Fetch network details with network lists greedilyViktor Adam2017-11-161-2/+11
| | |/ / | |/| |
| * | | Style fixes. Copied docs to APIClient as wellJoffrey F2017-11-071-3/+4
| * | | explain the socket parameter of exec_runMartin Monperrus2017-11-071-3/+5
| * | | Add support for insert_defaults in inspect_serviceJoffrey F2017-11-071-2/+9
| * | | Update SwarmSpec to include new parametersJoffrey F2017-11-071-3/+14
| * | | Add support for scope filter in inspect_networkJoffrey F2017-11-071-3/+11
| * | | Improve docs for service list filtersAlessandro Baldo2017-11-071-1/+2
| * | | Add support for configs managementJoffrey F2017-11-071-0/+69
| * | | Add support for new ContainerSpec parametersJoffrey F2017-11-071-6/+31
| * | | Add support for extra_hosts option in buildJoffrey F2017-11-071-0/+4
| * | | Add support for mounts in HostConfigJoffrey F2017-11-071-0/+5
| * | | Adding swarm id_attribute to match docker outputSteve Clark2017-11-071-0/+2
| * | | Fix docs, incorrect param namebrett552017-11-071-1/+1