From 2def02ea74202d915a007eada448e350a121c3ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Apayd=C4=B1n?= Date: Tue, 24 Mar 2020 10:05:07 +0300 Subject: [PATCH] added kubernetes driver information --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6fa91b33..8f99983e 100644 --- a/README.md +++ b/README.md @@ -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`