Sitecore / Sitecore-Instance-Manager

SIM is an open-source tool for managing the local park of Sitecore instances. You can install, locate, maintain, reinstall or delete Sitecore products.
http://dl.sitecore.net/updater/sim/v2/
MIT License
108 stars 76 forks source link

SIM does not see that the "Docker Desktop for Windows" is running #660

Closed AndreyFilchenkov closed 1 year ago

AndreyFilchenkov commented 2 years ago

Description:
The issue is...

Scenario:

  1. Install "Docker Desktop for Windows" v 4.4.4(or later)
  2. Run Docker Desktop for Windows;
  3. Run SIM

Result: SIM does not see that the "Docker Desktop for Windows" is running. As a result, we cannot deploy the Sitecore to the containerized environment.

Issue is actual
I hereby confirm the issue is new:

Valid for QA/DEV
I hereby confirm the issue is reproducible on the latest QA/DEV version [PUT HERE EXACT VERSION NUMBER]

Screenshots: image

AndreyFilchenkov commented 2 years ago

I have investigated the issue and found that the problem was caused by the fact that the "Docker Desktop" used Linux containers. Switching to the Windows containers fixed the issue.

We need to check if a useful message could be displayed to a user when the "Docker Desktop" uses Linux containers.