commands.sh

docker buildx rm

all

Remove one or more builder instances.

More info →

Options (1)

-f, --forceboolean

Remove all inactive builders without prompting for confirmation

Example: docker buildx rm --all-inactive {{[-f|--force]}}

Examples (3)

Remove a builder instance

docker buildx rm builder_name

Remove all inactive builders

docker buildx rm --all-inactive

Remove all inactive builders without prompting for confirmation

docker buildx rm --all-inactive [-f|--force]
made by @shridhargupta | data from tldr-pages