I’m at a point where I’m routinely spinning up and down large numbers of containers. the lxc stop --all command is great in this case, but I’d love a similar arg for delete. Perhaps it can be accomplished with an alias? Or a shell iterator like one might have used in Docker when it was cool (docker rm ($docker ps -a)) or something like that…
Anyone have something in their toolbelt they’d care to share?