workers-sdk
workers-sdk copied to clipboard
Windows support for containers
Describe the solution
I'm developing an app locally on Windows. I decided to use containers for one of my workers and was disappointed to find this error:
X [ERROR] Local development with containers is currently not supported on Windows. You should use WSL instead. You can also set
enable_containersto false if you do not need to develop the container part of your application.
What would it take to get Windows support for containers?