Access to docker from another machine

Hello,

I have a mac hosting docker at ip address 10.1.1.200

I have a second mac at ip address 10.1.1.201

I am trying to get access to the docker images from the second mac.

The ip address of the linux VM is 192.168.99.100 and from the host mac I can access the hosted docker applications.

http://192.168.99.100

What configuration magic do I need to get this mac to be able to access the docker application?

thx
lach