Merge pull request #18065 from dvdksn/build/hb-reset-default

build: add how to unset hb as default
This commit is contained in:
David Karlsson 2023-09-11 09:15:58 +02:00 committed by GitHub
commit 5ffc6a6dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -423,3 +423,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
```