Docker, CommandBox, M1 Macbook and Webserver (Apache)

I’m trying to figure out the best way to get coldfusion working with my new M1 Macbook. I tried installing it on virtual machine but the install fails on an ARM version of linux. So I assume the next best thing would be to use CommandBox in Docker.

I’m fairly new to Docker and have CommandBox running to some capacity. I need a little guidance as my app has subdomains that rely on each other to properly work. In production we handle this through a webserver like Apache to handle the mapping. How can this be accomplished in a CommandBox container ran through Docker?

Thanks in advance


~ Cris