summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: empty commit to trigger readthedocsHEADmainMilas Bowman2023-05-110-0/+0
* docs: update changelog (#3127)6.1.2Milas Bowman2023-05-111-0/+41
* 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-072-2/+14
* 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-056-35/+12
* 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-163-1/+25
* api: add `one-shot` option to container `stats` (#3089)Andy Roxby2023-02-162-5/+32
* Merge branch 'master'Milas Bowman2023-01-272-2/+98
|\
| * client: add `network_driver_opt` to container run and create (#3083)Mariano Scazzariello2023-01-272-2/+98
* | 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-102-1/+15
* | build(deps): Bump setuptools from 63.2.0 to 65.5.1 (#3082)dependabot[bot]2023-01-101-1/+1
* | 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-022-4/+6
* | ci: add support for Python 3.11 (#3064)Hugo van Kemenade2022-11-154-3/+4
* | socket: handle npipe close on Windows (#3056)6.0.1Nick Santos2022-11-021-0/+14
* | test: use anonymous volume for prune (#3051)Brian Goff2022-10-051-4/+3
* | api: add support for floats to docker logs params since / until (#3031)Rhiza2022-08-193-11/+33
* | ci: use latest stable syntax for Dockerfiles (#3035)Sebastiaan van Stijn2022-08-195-5/+15
|/
* docs: install package in ReadTheDocs build (#3032)Milas Bowman2022-08-181-4/+7
* test: add additional tests for cgroupns option (#3024)6.0.0Milas Bowman2022-08-122-0/+33
* swarm: add support for DataPathPort on init (#2987)Chris Hand2022-08-123-2/+23
* Merge remote-tracking branch 'upstream/main' into patch-1Milas Bowman2022-08-12144-1488/+4336
|\
| * Merge remote-tracking branch 'upstream/main' into connect-with-macMilas Bowman2022-08-12144-1482/+4301
| |\
| | * swarm: add sysctl support for services (#3029)Quentin Mathorel2022-08-124-3/+35
| | * docs: add changelog for 6.0.0 (#3019)6.0.0b2Milas Bowman2022-08-112-2/+40
| | * Support `global-job` and `replicated-job` modes in Docker Swarm (#3016)Leonard Kinday2022-08-115-25/+119
| | * credentials: eliminate distutils deprecation warnings (#3028)Ningú2022-08-023-33/+5
| | * 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 missing wheel package6.0.0b1Milas Bowman2022-07-301-1/+4
| | * ci: fix quoting in YAMLMilas Bowman2022-07-301-2/+2
| | * ci: add workflow for releases (#3018)Milas Bowman2022-07-3012-22/+96
| | * 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 image save example (#2570)Hristo Georgiev2022-07-290-0/+0
| | * Merge branch 'docs-healthcheck'Milas Bowman2022-07-291-1/+22
| | |\
| | | * docs: fix list formattingMilas Bowman2022-07-291-0/+1
| | | * Merge remote-tracking branch 'upstream/main' into HEADMilas Bowman2022-07-29135-1418/+3303
| | | |\ | | | |/ | | |/|
| | * | docs: clarify TLSConfig verify parameter (#2573)Ville Skyttä2022-07-291-2/+3
| | * | docs: fix TLS server verify example (#2574)Ville Skyttä2022-07-291-1/+1
| | * | build: trim trailing whitespace from dockerignore entries (#2733)Clément Loiselet2022-07-292-0/+12
| | * | model: add remove() to Image (#3026)Milas Bowman2022-07-292-0/+28
| | * | api: add rollback_config to service create (#2917)ercildoune2022-07-293-1/+9