Is there a way to get docker to run influxdb on an x86-64 Windows machine

I need to look into a git hub project (https://github.com/jbkoh/dockerized-bd)

docker pull influxdb
docker pull mongo
docker pull jbkoh/buildingdepot:cs_nossl
docker pull jbkoh/buildingdepot:ds_nossl

But influxdb only has native linux.

I am using Docker Desktop for Windows

I am very new to Docker, is there a work around?

Any assistance greatly appreciated