Merge pull request #245 from developer-guy/master

i added kubernetes driver information to drivers section
This commit is contained in:
Tõnis Tiigi
2020-03-30 15:07:50 -07:00
committed by GitHub

View File

@@ -387,6 +387,8 @@ Sets the builder driver to be used. There are two available drivers, each have t
- `docker-container` - Uses a buildkit container that will be spawned via docker. With this driver, both building multi-platform images and exporting cache are supported. However, images built will not automatically appear in `docker images` (see [`build --load`](#--load)).
- `kubernetes` - Uses a kubernetes pods. With this driver , you can spin up pods with defined buildkit container image to build your images.
#### `--driver-opt OPTIONS`