summaryrefslogtreecommitdiff
path: root/docker/api
Commit message (Expand)AuthorAgeFilesLines
* Fix container.stats infinite blocking on stream mode (#3120)6.1.1RazCrimson2023-05-071-2/+3
* api: update return type of `diff` method (#3115)John Yang2023-05-051-1/+2
* api: note the data arg may also be a stream in `put_archive` (#2478)Aarni Koskela2023-02-221-1/+1
* api: add `status` parameter to services list (#3093)Lorin Bucher2023-02-161-1/+9
* api: add `one-shot` option to container `stats` (#3089)Andy Roxby2023-02-161-4/+20
* exec: fix file handle leak with container.exec_* APIs (#2320)Peter Wu2023-01-132-6/+23
* api: add support for floats to docker logs params since / until (#3031)Rhiza2022-08-191-6/+11
* swarm: add support for DataPathPort on init (#2987)Chris Hand2022-08-121-1/+12
* Merge remote-tracking branch 'upstream/main' into connect-with-macMilas Bowman2022-08-1213-162/+222
|\
| * docs: add `gzip` arg to `BuildApiMixin` (#2929)Saurav Maheshkar2022-08-021-0/+1
| * api: add force to plugin disable (#2843)Till!2022-07-291-2/+3
| * api: add platform to container create (#2927)Felix Fontein2022-07-291-3/+10
| * Merge pull request #3009 from milas/lint-flake8Milas Bowman2022-07-264-15/+29
| |\
| | * lint: fix outstanding flake8 violationsMilas Bowman2022-07-264-15/+29
| * | client: fix exception semantics in _raise_for_status (#2954)Maor Kleinberger2022-07-261-1/+1
| |/
| * Merge pull request #2806 from feliperuhland/fix-low-level-volumes-exampleAnca Iordache2021-10-081-3/+3
| |\
| | * Fix volumes low-level documentation examplesFelipe Ruhland2021-04-061-3/+3
| * | Merge pull request #2810 from feliperuhland/fix-low-level-swarm-exampleAnca Iordache2021-10-081-5/+5
| |\ \
| | * | Fix swarm low-level documentation examplesFelipe Ruhland2021-04-071-5/+5
| | |/
| * | Merge pull request #2805 from feliperuhland/fix-low-level-network-exampleAnca Iordache2021-10-081-2/+2
| |\ \
| | * | Fix network low-level documentation examplesFelipe Ruhland2021-04-061-2/+2
| | |/
| * | Merge branch 'master' into feat/add_templating_parameter_docker_configAnca Iordache2021-10-0713-54/+43
| |\ \
| | * | Fix getting a read timeout for logs/attach with a tty and slow outputSegev Finer2021-09-171-0/+6
| | * | use python3.6+ constructsAnthony Sottile2021-07-0513-53/+37
| | |/
| * | Add the possibility to set a templating driver when creating a new Docker configSebastiano Mariani2021-06-031-2/+7
| |/
| * Merge pull request #2476 from feliperuhland/add-search-images-limitAnca Iordache2021-04-061-2/+7
| |\
| | * Add limit parameter to image search endpointFelipe Ruhland2021-02-241-2/+7
| * | Merge pull request #2799 from feliperuhland/fix-low-level-pull-exampleAnca Iordache2021-04-061-4/+4
| |\ \
| | * | Fix images low-level documentation examplesFelipe Ruhland2021-04-051-4/+4
| * | | Fix containers low-level documentation examplesFelipe Ruhland2021-04-051-25/+25
| |/ /
| * | Remove support to pre python 3.6set-minimal-python-to-3_6Ulysses Souza2021-03-221-10/+8
| |/
| * Fix doc formattingVlad Romanenko2021-02-102-2/+2
| * docker/api/image: replace use of deprecated "filter" argumentSebastiaan van Stijn2020-11-261-1/+9
| * Merge pull request #2511 from daeseokyoun/handle-network-hostGuillaume Tardif2020-11-171-1/+4
| |\
| | * Correct comments on ports_binding and host mode as network_modeDaeseok Youn2020-11-171-4/+2
| | * raise an error for binding specific ports in 'host' mode of networkDaeseok Youn2020-11-171-1/+6
| * | Add max_pool_size parameter (#2699)Mariano Scazzariello2020-11-171-7/+12
| |/
| * Merge pull request #2671 from aiordache/default_tagAnca Iordache2020-10-161-4/+11
| |\
| | * update `pull` method docsaiordache2020-09-211-2/+4
| | * Set image default tag on pullaiordache2020-09-161-3/+8
| * | Shell out to SSH client for an ssh connectionaiordache2020-10-131-2/+6
| |/
| * set engine version for unit tests to avoid querying the engineaiordache2020-08-201-8/+8
| * set version to 'auto' to avoid breaking on old engine versionsaiordache2020-08-191-23/+21
| * Fix memory conversion to bytes (#2645)Anca Iordache2020-08-171-3/+3
| * Merge pull request #2520 from Nicceboy/masterAnca Iordache2020-08-071-2/+10
| |\
| | * Disable compression by default when using get_archive methodNiklas Saari2020-02-261-2/+10
| * | Spelling fixes (#2571)Ville Skyttä2020-08-071-1/+1
| * | Add device requests (#2471)Lucidiot2020-08-071-0/+3
| * | Add support for DriverOpts in EndpointConfigMike Haboustak2020-04-302-2/+5
| |/
* | Fix mac_address connect usage in network functions && addind appropriate testYuval Goldberg2019-12-191-1/+2