docker buildx create <string>
Create a new builder instance
Arguments
Options
Name | Description |
---|
--append <string> | Append a node to builder instead of changing it |
--bootstrap <string> | Boot builder after creation |
--buildkitd-flags <string> | Flags for buildkitd daemon |
--config <string> | BuildKit config file |
--driver <string> | Driver to use (available: docker-container, kubernetes, remote) |
--driver-opt <string> | Options for the driver |
--leave <string> | Remove a node from builder instead of changing it |
--name <string> | Builder instance name |
--node <string> | Create/modify node with given name |
--platform <string> | Fixed platforms for current node |
--use <string> | Set the current builder instance |