We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
withBuildKit
1 parent 3e28454 commit 083e539Copy full SHA for 083e539
1 file changed
docs/features/images.md
@@ -91,6 +91,15 @@ const container = await GenericContainer
91
.build();
92
```
93
94
+### Using BuildKit
95
+
96
+```javascript
97
+const container = await GenericContainer
98
+ .fromDockerfile("/path/to/build-context")
99
+ .withBuildKit()
100
+ .build();
101
+```
102
103
## Image name substitution
104
105
Testcontainers supports automatic substitution of Docker image names.
0 commit comments