summaryrefslogtreecommitdiff
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* docs: fix builder-version swaggerTonis Tiigi2020-10-271-2/+2
* swagger: fix MemTotal units in SystemInfo endpointNikolay Edigaryev2020-09-141-1/+1
* swagger: move system version response to definitionsSebastiaan van Stijn2020-07-281-57/+98
* swagger: fix type for BuildCache CreatedAt and LastUsedAtSebastiaan van Stijn2020-07-281-2/+14
* docs: add example calculations to container stats APIVelko Ivanov2020-07-231-0/+10
* swagger: add DeviceRequests to container create, inspect exampleSebastiaan van Stijn2020-07-231-0/+16
* swagger: move NetworkingConfig to definitionsSebastiaan van Stijn2020-07-231-10/+37
* swagger: reformat, and wrap to ~80-charsSebastiaan van Stijn2020-07-235-336/+914
* swagger: clarify the meaning of Image field in ContainerInspect endpointNikolay Edigaryev2020-07-231-1/+1
* Merge pull request #40476 from cpuguy83/19.03_fix_exec_id_clientSebastiaan van Stijn2020-02-281-1/+1
|\
| * Exec inspect field should be "ID" not "ExecID"Brian Goff2020-02-101-1/+1
* | Fixes #33434 - API docs to specify using base64urlMike Bush2020-02-221-9/+9
* | swagger: document "node.platform.(arch|os)" constraintsSebastiaan van Stijn2020-02-101-1/+23
|/
* swagger: add missing container Health docsSebastiaan van Stijn2020-01-171-0/+78
* swagger: move ContainerState to definitionsSebastiaan van Stijn2020-01-171-46/+63
* Fix phrasing when referring to the freezer cgroupOdin Ugedal2020-01-171-3/+3
* Update service networks documentationHannes Ljungberg2020-01-171-17/+23
* swagger: restore bind options informationSebastiaan van Stijn2020-01-171-6/+38
* /containers/{id}/json missing PlatformDaniel Black2020-01-171-0/+2
* Document `message` parameter to `/images/create`Jan Chren2020-01-171-0/+4
* Fix indentation in some descriptionJérémy Leherpeur2020-01-171-12/+15
* fix swagger.yaml #39484skanehira2020-01-171-4/+0
* Add GoDoc to fix linting validationSebastiaan van Stijn2019-10-221-0/+1
* daemon/config: add MarshalJSON for future proofingTibor Vass2019-10-221-0/+8
* API: update docs that /session left experimental in V1.39Sebastiaan van Stijn2019-10-021-4/+1
* fix some spelling mistakesSataQiu2019-09-251-1/+1
* DebugRequestMiddleware: Remove path handlingSebastiaan van Stijn2019-07-172-50/+8
* DebugRequestMiddleware: unconditionally scrub data fieldSebastiaan van Stijn2019-07-172-10/+32
* TestMaskSecretKeys: use subtestsSebastiaan van Stijn2019-07-171-2/+10
* TestMaskSecretKeys: add more test-casesSebastiaan van Stijn2019-07-171-3/+27
* fix: fix lack of copyUIDGID in swagger.yamlzhangyue2019-06-071-0/+4
* Merge pull request #255 from thaJeztah/19.03_backport_ro_none_cgroupdriverSebastiaan van Stijn2019-06-041-2/+3
|\
| * rootless: update `docker info` docsAkihiro Suda2019-06-031-2/+3
* | Merge pull request #249 from thaJeztah/19.03_backport_fix_api_operation_PutCo...Sebastiaan van Stijn2019-06-041-0/+1
|\ \
| * | API: Set format of body parameter in operation PutContainerArchive to "binary"Dominic Tubach2019-06-031-0/+1
| |/
* | build: fix panic when exporting to tarTibor Vass2019-06-041-1/+3
|/
* Update docs to remove restriction of tty resizeAdam Dobrawy2019-05-251-1/+1
* API: Move "x-nullable: true" from type PortBinding to type PortMapDominic Tubach2019-05-251-1/+1
* API: Change type of RemotrAddrs to array of strings in operation SwarmJoinDominic Tubach2019-05-251-1/+3
* Remove DiskQouta field.Yash Murty2019-05-132-5/+0
* Add "import" statement to generated API typesSebastiaan van Stijn2019-05-139-9/+9
* Update container name pattern in swagger.yamlgiovanism2019-04-151-2/+2
* Merge pull request #39021 from imxyb/err-is-always-nilSebastiaan van Stijn2019-04-091-27/+25
|\
| * Remove the "err == nil" because is always equal nil.Xiao YongBiao2019-04-081-27/+25
* | Remove deprecated filter functionsSebastiaan van Stijn2019-04-082-96/+0
|/
* Merge pull request #38819 from AkihiroSuda/fix-logs-docsSebastiaan van Stijn2019-04-031-40/+17
|\
| * api: fix description about logsAkihiro Suda2019-04-021-40/+17
* | grpc: register BuildKit controller to /grpcTibor Vass2019-04-021-0/+8
* | api: add undocumented /grpc endpoint to talk to GRPC servicesTibor Vass2019-04-023-0/+90
|/
* Merge pull request #38793 from thaJeztah/pids_limit_improvementsTõnis Tiigi2019-03-211-0/+15
|\