Skip to main content

Posts

Showing posts from March, 2024

Docker Desktop service is not running, would you like to start it?

Bellow message appear while restarting Windows laptop having Docker Desktop installed. Docker Desktop service is not running, would you like to start it? Windows will ask you for elevated access. During online search, we found below solution on stackOverflow which worked for us.  Docker: Service is not running. Windows will ask you for elevated access   Please follow this solution. Hope this helps.

Troubleshooting Sitecore containerized environment

Error #1: Waiting for CM to become available... Got to docker-compose.override.yml file and replace \ with \\ as shown below entrypoint: powershell.exe -Command "& C:\\tools\\entrypoints\\iis\\Development.ps1"