rm: support removing multiple builders at once

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-01-08 01:02:03 +01:00
parent 81ea718ea4
commit 24e043e375
5 changed files with 100 additions and 34 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
# buildx rm
```text
docker buildx rm [NAME]
docker buildx rm [OPTIONS] [NAME] [NAME...]
```
<!---MARKER_GEN_START-->
Remove a builder instance
Remove one or more builder instances
### Options