create-container
Create a Business Central Docker container for sandbox or on-premises testing, with configurable version, test toolkit, localization, and credentials.
Instructions
Create a new Business Central Docker container with test toolkit. Long-running (5-30 min).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| containerName | No | Docker container name | bcsandbox |
| type | No | BC artifact type | sandbox |
| bcVersion | No | Specific BC version like '26.0' or '28.0'. Empty = latest for the selected type. | |
| country | No | Localization: us, w1, gb, nl, dk, de, etc. | us |
| userName | No | Admin username | admin |
| password | No | Admin password | P@ssw0rd! |
| memoryLimit | No | Memory limit: 8G, 12G, 16G | 8G |
| isolation | No | Isolation mode | hyperv |
| testToolkit | No | Test toolkit: none, libraries (faster), or full (all MS tests) | libraries |
| bypassCDN | No | Skip Azure CDN, download from blob storage directly | |
| licenseFile | No | Path or URL to .bclicense / .flf license file |