summaryrefslogtreecommitdiff
path: root/docker/models
Commit message (Expand)AuthorAgeFilesLines
* Add support for rotate_manager_unlock_keyHannes Ljungberg2019-05-011-3/+5
* Merge pull request #2296 from hannseman/swarm-init-responseJoffrey F2019-05-011-3/+3
|\
| * Return node id on swarm initHannes Ljungberg2019-05-011-3/+3
* | Add swarm support for data_addr_pathHannes Ljungberg2019-05-011-2/+5
|/
* Replace triple backtick in exec_run documentation which caused a rendering er...Adam Dangoor2019-04-271-1/+1
* Merge pull request #2297 from hannseman/service-initJoffrey F2019-04-141-0/+3
|\
| * Add support for setting init on servicesHannes Ljungberg2019-03-281-0/+3
* | add ports to containersKarl Kuehn2019-03-261-0/+7
|/
* Merge pull request #2227 from docker/2225-inspect_distrib_authIan Campbell2019-03-261-6/+9
|\
| * Add registry auth header to inspect_distribution requests2225-inspect_distrib_authJoffrey F2019-01-111-6/+9
* | Merge pull request #2288 from hannseman/container-run-create-volume_driverIan Campbell2019-03-251-1/+1
|\ \
| * | Move volume_driver to RUN_HOST_CONFIG_KWARGSHannes Ljungberg2019-03-231-1/+1
* | | Merge pull request #2287 from hannseman/swarm-default-addr-pool-reduxIan Campbell2019-03-251-3/+13
|\ \ \
| * | | Fix documentation and order of argumentsHannes Ljungberg2019-03-221-9/+9
| * | | Check API version before setting swarm addr pool.Barry Shapira2019-03-221-3/+3
| * | | Added arguments to creeate a swarm with a custom address pool and subnet size.Barry Shapira2019-03-221-0/+10
| |/ /
* | | Merge pull request #2281 from hannseman/sctp-protocolUlysses Souza2019-03-251-2/+2
|\ \ \ | |/ / |/| |
| * | Support sctp as protocolHannes Ljungberg2019-03-181-2/+2
* | | Update doc for container.exec_run & exec_api about demuxYincen Xia2019-03-191-1/+2
|/ /
* | Fix descriptions of the default API version in docsTsuyoshi Hombashi2019-01-261-1/+1
* | Added missing options from RUN_HOST_CONFIG_KWARGS list in docker.models.conta...wvaske2019-01-171-0/+10
|/
* Remove use_config_proxy from exec. Add use_config_proxy docs to DockerClientproxy_env_fixesJoffrey F2019-01-092-8/+12
* By default, disable proxy supportCorentin Henry2019-01-091-2/+7
* Make swarm.init() return value match documentation2210-swarm-init-returnJoffrey F2018-12-281-0/+1
* Improve handling of placement preferences; improve docsJoffrey F2018-12-071-4/+6
* Move exec_run example to user guides section of docsJoffrey F2018-11-301-64/+0
* Merge branch 'master' of https://github.com/little-dude/docker-py into little...Joffrey F2018-11-301-2/+68
|\
| * implement stream demultiplexing for exec commandsCorentin Henry2018-11-271-2/+68
* | Merge pull request #2181 from funkyfuture/exec_run_docsJoffrey F2018-11-301-2/+2
|\ \
| * | Fixes return value models.containers.Container.exec_run.__doc__Frank Sachsenheim2018-11-271-2/+2
| |/
* | Update DockerClient.images.pull to always stream responseadw1n-i2116Joffrey F2018-11-281-2/+16
* | Fix pulling images with `stream=True`adw1n2018-11-281-0/+1
|/
* Fix file mode in image.save examplesJoffrey F2018-11-081-1/+1
* Add doc example for get_archiveJoffrey F2018-11-081-0/+11
* Disallow incompatible combination stats(decode=True, stream=False)Joffrey F2018-11-081-1/+2
* Document attr caching for Container objectsJoffrey F2018-11-081-1/+6
* Update links docs and fix bug in normalize_linksJoffrey F2018-11-081-2/+4
* Improved LogConfig documentationJoffrey F2018-11-081-7/+1
* Improve ulimits documentationJoffrey F2018-11-081-2/+2
* Add named parameter to image.save to identify which repository name to use in...2124-image-save-with-nameJoffrey F2018-11-061-2/+18
* Fix typo: Addtional -> AdditionalRui Cao2018-09-271-1/+1
* Fix docs for Service objects2133-services-docsJoffrey F2018-09-141-26/+27
* Merge pull request #2111 from bfirsh/document-defaults-of-logsJoffrey F2018-09-141-5/+5
|\
| * Document defaults of logs()Ben Firshman2018-08-121-5/+5
* | Fix docs for `chunk_size` parameteradw1n2018-09-031-3/+3
|/
* Add support for RollbackConfigrollback_configJoffrey F2018-08-091-0/+2
* Improve placement handling in DockerClient.services.createknackworks-service-create-placement-preferencesJoffrey F2018-08-031-8/+14
* honor placement preferences via services.create()Aron Parsons2018-07-181-3/+8
* Add support for `uts_mode` parameter in `Client.create_host_config`.Marco Trillo2018-06-291-0/+1
* Swarm Mode service scaling parameter mistake is fixed.Güray Yıldırım2018-06-181-1/+1