github-pr-stats
github-pr-stats copied to clipboard
use as dockerized command
I'm not really clear on why you'd want to do this; docker provides sandboxing, but virtualenv already does that when all it is is a simple python module, no?
The winning feature here, as part of the "Docker way", is to provide a cross platform execution, with zero dependency other than Docker itself. That lets me use NodeJs, Java and Python based tools without ever installing them on my laptop.