Diego Villarreal

Results 5 comments of Diego Villarreal

Sure, thanks for the quick response. I have this command: $(docker ps -aq --no-trunc --filter name=^/"") which searches for all current Docker containers and filters by name I pipe it...

Another example could be: `docker images -f dangling=true -q | xargs -r docker rmi`

Oh well, never mind then. Another question... Do you think this feature is out-of-scope for rush? If it can be added, I would be very glad to contribute to rush...

Alright, the idea would be to implement the feature as simple as possible, and if its not feasible that way, then I would just leave it as it is.

Ok, I'm gonna check it out, thanks for the answer. Also, I want to suggest to activate the Discussions section, so questions like the one asked here or feature requests...