Recommended way to run docker on Mac without access to intel vtd

I am currently using:
docker-machine create --driver virtualbox --virtualbox-cpu-count 1 --virtualbox-memory "12288" default
but unfortunately when increasing the CPU count docker just seems to get slower. Are there any other alternatives?