What is window docker equivalent command for dockerd -H=unix:///var/run/docker.sock -H=0.0.0.0:4243

Hi all,

For Linux, I need to run this command in the docker host in order to let a DevOps software to connect to my linux docker host
e.g. dockerd -H=unix:///var/run/docker.sock -H=0.0.0.0:4243

but what’s the equivalence command in windows

Thks