summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #45469 from thaJeztah/deprecate_virtualsize_STEP2Akihiro Suda2023-05-161-0/+4
|\
| * API: omit deprecated VirtualSize field for API v1.44 and upSebastiaan van Stijn2023-05-061-0/+4
* | docs/api: version-history: also mention /system/df for VirtualSizeSebastiaan van Stijn2023-05-061-3/+3
|/
* API: bump version to 1.44Sebastiaan van Stijn2023-05-061-0/+4
* api: synchronize api/swagger.yaml with docs/api/v1.43.yamlSebastiaan van Stijn2023-05-051-36/+47
* API: deprecate VirtualSize field for /images/json and /images/{id}/jsonSebastiaan van Stijn2023-04-181-0/+3
* Add no-new-privileges to SecurityOptions returned by /infoAlbin Kerouanton2023-04-181-0/+3
* api: Remove <none> in Repo(Tags|Digests) for >= 1.43Paweł Gronowski2023-02-271-0/+3
* daemon: add annotations to container HostConfigCory Snider2023-02-232-1/+10
* docs/api: add v1.43 OpenAPI definitionsCory Snider2023-02-211-0/+12153
* docs: api: synchronise versioned API docs (v1.39 - v1.41)Sebastiaan van Stijn2023-01-103-25/+58
* docs: api: synchronise versioned API docs (v1.42)Sebastiaan van Stijn2023-01-101-0/+5
* Merge pull request #44061 from fussybeaver/44059-swagger-create-image-infoSebastiaan van Stijn2023-01-101-0/+2
|\
| * api: docs: add errorDetail to CreateImageInfo (v1.42)Niel Drummond2022-08-301-0/+2
* | docs: contributing docs update for cross compCrazyMax2023-01-012-0/+29
* | Dockerfile: use TARGETPLATFORM to build DockerCrazyMax2023-01-012-7/+7
* | Merge pull request #44216 from cpuguy83/volume_unnamed_labelSebastiaan van Stijn2022-10-052-0/+2
|\ \
| * | Volume prune: only prune anonymous volumes by defaultBrian Goff2022-10-042-0/+2
* | | docs: swagger: update description for default builder versionSebastiaan van Stijn2022-10-041-1/+11
|/ /
* | swagger: update links to logoCrazyMax2022-09-2718-18/+18
|/
* Merge pull request #43657 from thaJeztah/default_builder_versionSebastiaan van Stijn2022-08-181-0/+12
|\
| * api: set default "Builder-Version" to "2" (BuildKit) on LinuxSebastiaan van Stijn2022-05-291-0/+12
* | vendor: github.com/moby/swarmkit/v2 v2.0.0-20220721174824-48dd89375d0aSebastiaan van Stijn2022-08-092-3/+7
* | api: swagger: fix invalid example value (API v1.39-v1.41)Sebastiaan van Stijn2022-08-043-3/+3
* | api: swagger: document BuildCache fields (API v1.39-v1.41)Sebastiaan van Stijn2022-08-043-0/+159
* | api: swagger: document BuildCache fields (API v1.42)Sebastiaan van Stijn2022-08-041-2/+43
* | api: add BuildCache.Parents for API >= v1.42Sebastiaan van Stijn2022-08-041-0/+2
* | api: deprecate BuildCache.Parent in API >= v1.42Sebastiaan van Stijn2022-08-041-0/+2
* | docs: api: add missing "platform" query-arg on create (v1.42)Sebastiaan van Stijn2022-07-291-0/+22
* | docs: api: add missing "platform" query-arg on create (v1.41)Sebastiaan van Stijn2022-07-291-0/+22
* | api: swagger: add missing "platform" query-arg on createSebastiaan van Stijn2022-07-291-0/+16
* | Merge pull request #43796 from thaJeztah/api_bumpSebastiaan van Stijn2022-07-131-0/+6
|\ \
| * | API: bump version to 1.43Sebastiaan van Stijn2022-07-121-0/+6
* | | docs: add API v1.42Sebastiaan van Stijn2022-07-121-0/+12068
|/ /
* | Merge pull request #43754 from dperny/update-cluster-volumes-docsSebastiaan van Stijn2022-06-301-30/+144
|\ \
| * | Add more detail to cluster volumes docsDrew Erny2022-06-291-30/+144
* | | container/exec: Support ConsoleSizePaweł Gronowski2022-06-241-0/+2
* | | ci(integration-cli): dynamically split tests in matrixCrazyMax2022-06-171-3/+3
|/ /
* | docs: api: adjust ContainerWaitResponse error as optionalNiel Drummond2022-05-303-3/+3
|/
* Annotate some swagger documented types as int64Tobias Gesellchen2022-05-231-2/+10
* introduce CreateMountpoint for parity between binds and mountsNicolas De Loof2022-05-191-0/+4
* daemon/linux: Set console size on creationPaweł Gronowski2022-05-191-0/+3
* docs: api: /containers/{id}/attach/ws: remove unsupported query-args < v1.42Sebastiaan van Stijn2022-05-1824-297/+0
* docs: api: add note about websocket attach streamsSebastiaan van Stijn2022-05-181-2/+7
* Merge pull request #43322 from ndeloof/websocket_streamsSebastiaan van Stijn2022-05-181-0/+2
|\
| * wsContainersAttach attach to stdin/out/err streams as requestedNicolas De Loof2022-05-171-0/+2
* | Rename Reservation to Reservations in the open APIDjordje Lukic2022-05-1717-17/+17
|/
* Add Swarm cluster volume supportsDrew Erny2022-05-132-0/+220
* Make it explicit raw|multiplexed stream implementation being usedNicolas De Loof2022-05-121-0/+4
* Merge pull request #43275 from kponichtera/43274-delve-debuggerSebastiaan van Stijn2022-05-106-0/+68
|\