Sometimes you find that there are too many builders you have forgotten about in buildx ls and it is a pain to remove them one by one in buildx rm.
buildx rm --all-inactive could look up all builders that are not in running state and prompt the user if they want to remove all of them together.
Sometimes you find that there are too many builders you have forgotten about in
buildx lsand it is a pain to remove them one by one inbuildx rm.buildx rm --all-inactivecould look up all builders that are not in running state and prompt the user if they want to remove all of them together.