From fd8b3a6180ec85883d6c79a6214b57ce907544f4 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 30 Aug 2023 15:03:17 +0200 Subject: [PATCH] build: add how to unset hb as default Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/build/hydrobuild.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/build/hydrobuild.md b/content/build/hydrobuild.md index b763a1ad08..fd891a474e 100644 --- a/content/build/hydrobuild.md +++ b/content/build/hydrobuild.md @@ -392,3 +392,12 @@ For more information, refer to: - [docker buildx build --secret](../engine/reference/commandline/buildx_build.md#secret) - [docker buildx build --ssh](../engine/reference/commandline/buildx_build.md#ssh) + +### How do I unset Hydrobuild as the default builder? + +If you've set Hydrobuild as the default builder and want to revert to using the +default `docker` builder, run the following command: + +```console +$ docker context use default +```