summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | api: add force to plugin disable (#2843)Till!2022-07-293-6/+10
| | * | build: disable pip cache in Dockerfile (#2828)Peter Dave Hello2022-07-292-4/+4
| | * | api: add cgroupns option to container create (#2930)David2022-07-293-1/+13
| | * | api: add platform to container create (#2927)Felix Fontein2022-07-295-8/+69
| | * | deps: upgrade websocket-client to latest (#3022)Milas Bowman2022-07-292-2/+21
| | * | api: preserve cause when re-raising error (#3023)Milas Bowman2022-07-291-1/+1
| | * | client: use 12 character short IDs (#2862)Ben Fasoli2022-07-298-81/+99
| | * | docs: fix markdown rendering (#3020)Milas Bowman2022-07-282-12/+7
| | * | lint: fix line length violation (#3017)Milas Bowman2022-07-281-1/+2
| | * | deps: upgrade & remove unnecessary dependencies (#3014)Milas Bowman2022-07-285-45/+16
| | * | 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
| | * | ci: run SSH integration tests (#3012)Milas Bowman2022-07-2715-29/+86
| | * | lint: remove unnecessary pass statements (#2541)Vilhelm Prytz2022-07-273-3/+2
| | * | lint: fix deprecation warnings from threading package (#2823)Karthikeyan Singaravelan2022-07-272-3/+3
| | * | 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-273-19/+3
| | * | deps: test on Python 3.10 by default (#3010)Milas Bowman2022-07-2711-14/+32
| | * | ci: run integration tests & fix race condition (#2947)Leonard Kinday2022-07-262-19/+86