From d8ba851f1a0d9181f4265239bead7ab1fa6882c7 Mon Sep 17 00:00:00 2001 From: Emily Casey Date: Tue, 2 Apr 2019 15:15:23 -0500 Subject: [PATCH] Add default builder info to readme Signed-off-by: Emily Casey Signed-off-by: Andrew Meyer --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2ed4e125f..097488ebb 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ $ pack build my-app:my-tag In this case, the default [builder](#working-with-builders-using-create-builder) (essentially, an image containing buildpacks) is used, and an appropriate buildpack is automatically selected from the builder based on the app source code. +> You can change the default builder using the `set-default-builder` command. +> +> Alternately, you can ignore the default and use a specific builder with the `build` command's `--builder` flag. + To publish the produced image to an image registry, include the `--publish` flag: ```bash