mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 09:17:49 +08:00

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
17 lines
237 B
Markdown
17 lines
237 B
Markdown
# buildx rm
|
|
|
|
```
|
|
docker buildx rm [NAME]
|
|
```
|
|
|
|
<!---MARKER_GEN_START-->
|
|
Remove a builder instance
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|
|
## Description
|
|
|
|
Removes the specified or current builder. It is a no-op attempting to remove the
|
|
default builder.
|