From 06a21ccefe5c7840b23833671cebfcf51a60e249 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Mon, 2 Jun 2025 09:00:45 -0400 Subject: [PATCH] docs: Add docker in list of builders --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d2f0b7..a60a428 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Once you have the CLI tool installed, you can run the following to pull in your bluebuild generate -o ``` -You can then use this with `podman` or `buildah` to build and publish your image. Further options can be viewed by running `bluebuild template --help` +You can then use this with `docker`, `podman`, or `buildah` to build and publish your image. Further options can be viewed by running `bluebuild template --help` ### Building @@ -121,7 +121,7 @@ If you don't care about the details of the template, you can run the `build` com bluebuild build ./recipes/recipe.yml ``` -This will template out the file and build with `buildah` or `podman`. +This will template out the file and build with `docker`, `podman`, or `buildah`. ### Completions