Something I've learned since I first crafted this Makefile (and others like it for other repos)...
You don't have to skip the -it when you don't care about a container running interactively and with a tty... and in fact, if you just always include the -it, we even get colorized output in places where we didn't previously.
Minor thing...
Something I've learned since I first crafted this Makefile (and others like it for other repos)...
You don't have to skip the
-it
when you don't care about a container running interactively and with a tty... and in fact, if you just always include the-it
, we even get colorized output in places where we didn't previously.