Alpha state. A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc.
Dev command does not start Docker on Windows platform. This Pull Request addresses the issue.
Starting Docker takes a few second before it can accept commands. A check is added that ensures Docker is responsive to commands before proceeding to the next steps.
Checklist
[x] I have added a Label to the pull-request
[x] I have added tests, and done manual regression tests
[x] I have updated the documentation, if necessary
Summary & Motivation
Dev command does not start Docker on Windows platform. This Pull Request addresses the issue. Starting Docker takes a few second before it can accept commands. A check is added that ensures Docker is responsive to commands before proceeding to the next steps.
Checklist