I figured this out earlier this week when I was trying to debug a Github Action. It didn't turn out to be useful for that particular task but I'm sure I'll find it useful to know how to run a Linux container right in a project directory in the future. Why try to run something with Linux in the first place if I'm using a Mac? One reason is because some bugs can show up on cloud CI tools such as Github Actions when they didn't on my laptop. On example: I've had scripts break because Linux has c...