MacOS Docker setup possible?

Hello, I have a project that is a CLI tools that executes tasks through a Docker container and I am trying to set up a test that allows me to see how it works on the MacOS command line so I can test shell and command differences between Linux and Mac but I am having a hard time discovering how to do this with CircleCI. It seems I can’t install Docker Engine in the MacOS executor image because of disabled VM support in bios.

So I am wondering if it is possible to have a background Linux based Docker engine that serves as a remote Docker target for the Mac then a parallel MacOS test going connected to the remote Docker environment? This would involve multiple executors for different steps in the same job, and being able to set the remote docker socket in the Mac.

Has anyone gotten Docker integration going with the MacOS executors or know what steps I might try? Thanks for any information you can provide!