summaryrefslogtreecommitdiff
path: root/docker
Commit message (Expand)AuthorAgeFilesLines
* api: avoid socket timeouts when executing commands (#3125)loicleyendecker2023-05-111-1/+1
* api: respect timeouts on Windows named pipes (#3112)Imogen2023-05-081-19/+36
* 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-052-2/+4
* deps: compatiblity with requests ≥ 2.29.0 and urllib3 2.x (#3116)6.1.0Felix Fontein2023-05-055-34/+11
* socket: use poll() instead of select() except on Windows (#2865)I-question-this2023-04-211-1/+8
* api: note the data arg may also be a stream in `put_archive` (#2478)Aarni Koskela2023-02-222-2/+2
* socket: fix for errors on pipe close in Windows (#3099)Milas Bowman2023-02-221-1/+1
* api: add `status` parameter to services list (#3093)Lorin Bucher2023-02-162-1/+11
* api: add `one-shot` option to container `stats` (#3089)Andy Roxby2023-02-161-4/+20
* 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
* | exec: fix file handle leak with container.exec_* APIs (#2320)Peter Wu2023-01-132-6/+23
* | fix(store): warn on init instead of throw (#3080)Yanlong Wang2023-01-101-1/+8
* | 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
* | socket: handle npipe close on Windows (#3056)6.0.1Nick Santos2022-11-021-0/+14
* | api: add support for floats to docker logs params since / until (#3031)Rhiza2022-08-192-10/+16
|/
* swarm: add support for DataPathPort on init (#2987)Chris Hand2022-08-122-2/+18
* Merge remote-tracking branch 'upstream/main' into connect-with-macMilas Bowman2022-08-1256-624/+1602
|\
| * swarm: add sysctl support for services (#3029)Quentin Mathorel2022-08-122-1/+12
| * Support `global-job` and `replicated-job` modes in Docker Swarm (#3016)Leonard Kinday2022-08-112-24/+69
| * credentials: eliminate distutils deprecation warnings (#3028)Ningú2022-08-022-30/+2
| * lint: remove extraneous logic for `preexec_func` (#2920)q0w2022-08-021-1/+1
| * docs: add `gzip` arg to `BuildApiMixin` (#2929)Saurav Maheshkar2022-08-021-0/+1
| * docs: remove duplicate 'on' in comment (#2370)Thomas Gassmann2022-07-301-1/+1
| * ci: add workflow for releases (#3018)Milas Bowman2022-07-303-6/+17
| * docs: fix RollbackConfig/Order values (#3027)Milas Bowman2022-07-301-2/+2
| * 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-2953-599/+976
| |\
| | * docs: clarify TLSConfig verify parameter (#2573)Ville Skyttä2022-07-291-2/+3
| | * build: trim trailing whitespace from dockerignore entries (#2733)Clément Loiselet2022-07-291-0/+3
| | * 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-292-4/+8
| | * api: add cgroupns option to container create (#2930)David2022-07-292-1/+11
| | * api: add platform to container create (#2927)Felix Fontein2022-07-293-8/+24
| | * api: preserve cause when re-raising error (#3023)Milas Bowman2022-07-291-1/+1
| | * client: use 12 character short IDs (#2862)Ben Fasoli2022-07-292-7/+7
| | * lint: fix line length violation (#3017)Milas Bowman2022-07-281-1/+2
| | * ci: bump version to 6.0.0-dev (#3013)Milas Bowman2022-07-281-1/+1
| | * docs: fix simple typo, containe -> container (#3015)Tim Gates2022-07-281-1/+1
| | * lint: remove unnecessary pass statements (#2541)Vilhelm Prytz2022-07-273-3/+2
| | * ssh: reject unknown host keys when using Python SSH impl (#2932)Audun V. Nes2022-07-271-1/+1
| | * ssh: do not create unnecessary subshell on exec (#2910)errorcode2022-07-271-2/+1
| | * deps: remove backports.ssl_match_hostname (#3011)Milas Bowman2022-07-271-8/+0
| | * Merge pull request #3009 from milas/lint-flake8Milas Bowman2022-07-268-18/+41
| | |\
| | | * lint: fix outstanding flake8 violationsMilas Bowman2022-07-268-18/+41
| | * | deps: use `packaging` instead of deprecated `distutils` (#2931)Francesco Casalegno2022-07-262-5/+5