How to I assign a "specific ip address" for the docker guest machine?

How do I configure /etc/docker/daemon.json so that a desire specific address 128.222.110.249 be assigned.
to the docker guest machine.

currently the default I believe is bip = 172.x.x.1 and guest default is 172.x.x.2

I want it bip = 192.222.110.244 and guest ip = 128.222.110.249

Could someone give me an example ? I am not able to get past this hurdle.