Create a Docker builder
Creates and selects a Docker Buildx builder with configured resource limits.
Creates and selects a Docker Buildx builder with configured resource limits.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/createDockerBuilder" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'null