EasypanelDocs

Create a Docker builder

Creates and selects a Docker Buildx builder with configured resource limits.

POST
/createDockerBuilder

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