mirror of https://github.com/docker/docs.git
Merge pull request #18065 from dvdksn/build/hb-reset-default
build: add how to unset hb as default
This commit is contained in:
commit
5ffc6a6dd1
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue