summaryrefslogtreecommitdiff
path: root/docker/models
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+2
* Merge branch 'master'Milas Bowman2023-01-271-1/+15
|\
| * client: add `network_driver_opt` to container run and create (#3083)Mariano Scazzariello2023-01-271-1/+15
* | docs: fix wrong command syntax in code annotation (#3081)Maxim Mironyuk2023-01-101-1/+1
* | volume: do not strip trailing characters from names (#3073)loicleyendecker2022-12-021-1/+3
* | api: add support for floats to docker logs params since / until (#3031)Rhiza2022-08-191-4/+5
|/
* swarm: add support for DataPathPort on init (#2987)Chris Hand2022-08-121-1/+6
* swarm: add sysctl support for services (#3029)Quentin Mathorel2022-08-121-0/+3
* Support `global-job` and `replicated-job` modes in Docker Swarm (#3016)Leonard Kinday2022-08-111-4/+4
* docs: remove duplicate 'on' in comment (#2370)Thomas Gassmann2022-07-301-1/+1
* docs: image build clarifications/grammar (#2489)Max Fan2022-07-291-5/+5
* docs: fix list formattingMilas Bowman2022-07-291-0/+1
* Merge remote-tracking branch 'upstream/main' into HEADMilas Bowman2022-07-299-44/+109
|\
| * model: add remove() to Image (#3026)Milas Bowman2022-07-291-0/+18
| * api: add rollback_config to service create (#2917)ercildoune2022-07-291-0/+1
| * api: add force to plugin disable (#2843)Till!2022-07-291-2/+5
| * api: add cgroupns option to container create (#2930)David2022-07-291-0/+6
| * api: add platform to container create (#2927)Felix Fontein2022-07-291-1/+2
| * client: use 12 character short IDs (#2862)Ben Fasoli2022-07-292-7/+7
| * lint: fix outstanding flake8 violationsMilas Bowman2022-07-263-3/+11
| * Merge pull request #2809 from feliperuhland/add-service-capabilityAnca Iordache2021-10-081-0/+6
| |\
| | * Add `CapabilityAdd` and `CapabilityDrop` toFelipe Ruhland2021-04-071-0/+6
| * | Improve containers documentationsinarostami2021-08-161-0/+8
| * | use python3.6+ constructsAnthony Sottile2021-07-056-19/+15
| * | [DOCS] Update the Image.save documentation with a working example. Issue #836Roger Camargo2021-06-031-2/+2
| |/
| * Fix `KeyError` when creating a new secretFelipe Ruhland2021-03-241-0/+1
| * Support for docker.types.Placement.MaxReplicas (new in API 1.40) in Docker Sw...Piotr Wojciechowski2020-12-251-0/+3
| * Fix docs typoaiordache2020-11-181-1/+1
| * Correct comments on ports_binding and host mode as network_modeDaeseok Youn2020-11-171-5/+2
| * raise an error for binding specific ports in 'host' mode of networkDaeseok Youn2020-11-171-0/+5
| * Merge pull request #2687 from IamTheFij/fix-model-plugin-upgrade-reloadAnca Iordache2020-10-161-1/+1
| |\
| | * Fix plugin model upgradeIan Fijolek2020-10-091-1/+1
| * | update `pull` method docsaiordache2020-09-211-1/+2
| * | Set image default tag on pullaiordache2020-09-161-10/+11
| |/
| * Merge pull request #2520 from Nicceboy/masterAnca Iordache2020-08-071-2/+6
| |\
| | * Disable compression by default when using get_archive methodNiklas Saari2020-02-261-2/+6
| * | Add device requests (#2471)Lucidiot2020-08-071-0/+4
| * | Add support for DriverOpts in EndpointConfigMike Haboustak2020-04-301-0/+2
| |/
* | Add healthcheck doc for container.runJanosch Deurer2020-06-151-1/+21
|/
* Merge pull request #2333 from hannseman/network-attachment-configJoffrey F2019-08-271-5/+7
|\
| * Correctly reference SecretReferenceHannes Ljungberg2019-05-031-1/+1
| * Correctly reference ConfigReferenceHannes Ljungberg2019-05-031-2/+3
| * Add NetworkAttachmentConfig typeHannes Ljungberg2019-05-031-2/+3
* | Merge pull request #2352 from funkyfuture/container_list_docsJoffrey F2019-08-273-3/+6
|\ \
| * | Amends the docs concerning multiple label filtersFrank Sachsenheim2019-05-273-3/+6
| |/
* | Add documentation to argument 'mem_reservation'.Francis Laniel2019-07-161-1/+1
|/
* 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
|\