aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Added Delve debugger to the development container (including instructions in ...Konrad Ponichtera2022-04-266-0/+68
* | Merge pull request #43452 from kponichtera/43451-contribution-guide-set-up-ideSebastiaan van Stijn2022-04-297-4/+45
|\ \
| * | Extended contribution guide with how to enable GoLand IDE syntax highlighting...Konrad Ponichtera2022-04-267-4/+45
* | | api: docs: move VolumeListResponse to definitions (v1.39-v1.41)Sebastiaan van Stijn2022-04-213-54/+60
* | | Merge pull request #43206 from thaJeztah/having_such_a_good_time_im_having_a_...Sebastiaan van Stijn2022-04-211-0/+3
|\ \ \
| * | | API: add "signal" parameter to container stop and restart endpointsSebastiaan van Stijn2022-04-201-0/+3
* | | | Merge pull request #43461 from thaJeztah/api_document_ContainerConfigSebastiaan van Stijn2022-04-2012-9/+102
|\ \ \ \ | |/ / / |/| | |
| * | | api: docs: improve documentation of ContainerConfig type (API v1.30-v1.41)Sebastiaan van Stijn2022-04-1912-9/+102
* | | | docs: api: document ImageSummary fields (api v1.39-v1.41)Sebastiaan van Stijn2022-04-203-90/+237
|/ / /
* / / Implement :// separator for arbitrary Windows Device IDTypesPaul "TBBle" Hampson2022-03-271-0/+5
|/ /
* | API: add "Swarm" header to _ping endpointSebastiaan van Stijn2022-03-251-0/+15
* | Merge pull request #43334 from thaJeztah/api_swagger_inline_examplesSebastiaan van Stijn2022-03-253-231/+234
|\ \
| * | api: docs: fix indentation of HostConfig.SecurityOpt (v1.39-v1.41)Sebastiaan van Stijn2022-03-053-6/+9
| * | api: docs: move ContainerWaitResponse to definitions (v1.39-v1.41)Sebastiaan van Stijn2022-03-053-48/+72
| * | api: docs: move VolumeCreateOptions to definitions (v1.39-v1.41)Sebastiaan van Stijn2022-03-053-96/+117
| * | api: docs: move Volume examples inline (v1.39-v1.41)Sebastiaan van Stijn2022-03-053-87/+42
* | | Merge pull request #41060 from grooverdan/dock-api-fix-create-imageSebastiaan van Stijn2022-03-183-0/+11
|\ \ \
| * | | doc: server API Correct ImagesCreate - platform parameter added in 1.32Daniel Black2020-06-033-0/+11
* | | | Merge pull request #43381 from thaJeztah/docs_swagger_multi_example_fixesSebastiaan van Stijn2022-03-1717-307/+180
|\ \ \ \
| * | | | docs: cleanup swagger API with multiple examples (v1.25-v1.41)Sebastiaan van Stijn2022-03-1517-307/+180