Wrangling in PhpStorm's Docker run containers
As you can see from the image ... `_run_#` containers are getting a little out of hand. We get a new one every time I hit 'Run' on my unit tests. Is there anyway to stop this from happening?
I've already searched, and seems like the answer is "No; Not yet." WI-37986 talks about configuring PhpStorm to reuse containers. I've seen other discussions on this. It appears because PhpStorm cannot reuse containers, we'll be stuck with a massive array of exited containers every time we hit 'Run' for phpunit. :/
Is the only option, right now, is to set up PhpStorm to use an existing container for Remote Interpreter?
Please sign in to leave a comment.