From @lparisc:
If we're going to continue to support Dune for windows using chocolatey (the other option is to support it using the WSL linux version), then it's important to warn the user during the install to skip the docker installation if Docker is already installed by using the option that prompts the user to install (y/n) every dependency. Otherwise, it will corrupt the current Docker installation.
As part of the fix:
Verify that installing Docker by Chocolatey if it is already installed corrupts Docker
Modify installation steps in README.md
Note: this may not be testable in a virtual machine. It may only be testable on native Windows.
From @lparisc: If we're going to continue to support Dune for windows using chocolatey (the other option is to support it using the WSL linux version), then it's important to warn the user during the install to skip the docker installation if Docker is already installed by using the option that prompts the user to install (y/n) every dependency. Otherwise, it will corrupt the current Docker installation.
As part of the fix:
Note: this may not be testable in a virtual machine. It may only be testable on native Windows.