0

I am running several PHP CLI apps (phpcs, phpunit, phpstan, to name a few) via docker run -it --rm against several hundred thousand packages.

This means an equivalent of millions of docker runs over the course of a year.

Does docker run -it --rm chew up my SSD drive?

If so: Is there an alternative that keeps the containers alive but uses different $PWD and CLI arguments for each run?

hopeseekr
  • 281
  • 1
  • 2
  • 9

0 Answers0