Hacker News new | ask | show | jobs
by cpuguy83 3432 days ago
fyi, you do not need xargs.

`docker rm $(docker ps -q --filter blash)`

But agree, `prune` is currently sledge hammer and needs some refinement. It's not about not being well thought out, it's about getting something out there that can be built on top of.

1 comments

Thanks, it was too long since I used filter and it wasn't that interesting. Seems much better now!