platformplatform / PlatformPlatform

Alpha state. A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc.
https://platformplatform.github.io
MIT License
253 stars 26 forks source link

Fix starting Docker on Windows when not running #587

Closed PavlovicDzFilip closed 2 months ago

PavlovicDzFilip commented 2 months ago

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