mirror of https://github.com/docker/docs.git
build: add how to unset hb as default
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
0ef79db8c9
commit
fd8b3a6180
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue