Installing quantrocket on windows

hello i am trying to installl quantrocket on windows10. here are the command and output
docker-compose -p quantrocket up -d
Pulling license-service (quantrocket/license-service:1.3.0)...
1.3.0: Pulling from quantrocket/license-service
ERROR: image operating system "linux" cannot be used on this platform

its pretty clear from above that the command is trying to install linux packages on a windows machine. these instructions are on the install for windows page. i am surprised there is such a glaring mistake.

could you provide the command to install windows images and then
update the instructions on the page
https://www.quantrocket.com/tutorials/installation/windows/

also could you check the docker config on this page. it is wrong. the version is 2. i had to change it to 2.1.

i changed docker to work with linux containers on windows. now the installation completes.

The Docker for Windows installer has a new prompt to choose between Windows and Linux containers, which I imagine is how you ended expecting Windows containers. Linux containers are the default and there used to be no choice during installation. I've updated the installation guide to steer users clear of the "Windows containers" prompt.