docs: Add docker in list of builders

This commit is contained in:
Gerald Pinder 2025-06-02 09:00:45 -04:00
parent d1b7081052
commit 06a21ccefe

View file

@ -111,7 +111,7 @@ Once you have the CLI tool installed, you can run the following to pull in your
bluebuild generate -o <CONTAINERFILE> <RECIPE_FILE>
```
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