github-pr-stats icon indicating copy to clipboard operation
github-pr-stats copied to clipboard

use as dockerized command

Open djalal opened this issue 9 years ago • 2 comments

djalal avatar Dec 18 '15 12:12 djalal

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?

xiongchiamiov avatar Dec 31 '15 19:12 xiongchiamiov

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.

djalal avatar Dec 31 '15 21:12 djalal