Skip to content

Commit

Permalink
Fix prune command in docker buildx du
Browse files Browse the repository at this point in the history
  • Loading branch information
mbergen authored Aug 6, 2024
1 parent 887083a commit 2688fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/buildx/docker_buildx_du.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ examples: |-
Total: 10.36GB
```
If `RECLAIMABLE` is false, the `docker buildx du prune` command won't delete
If `RECLAIMABLE` is false, the `docker buildx prune` command won't delete
the record, even if you use `--all`. That's because the record is actively in
use by some component of the builder.
Expand Down

0 comments on commit 2688fae

Please sign in to comment.