Dockerd tcp port on macos, how to

Running docker for macos, want to access daemon on tcp port, this does not work:

docker -H tcp://0.0.0.0:2375 info

I understand that I have to explicitly enable this vs the default unix port, but I’m not certain how/where to do this. Any pointers much appreciated!