Computer Space and Docker up issue - no pattern

Computer space issue is common when you work with Docker since images gobble disk space by nature thus requiring a system prune every now and then. Also, space issue can throw many different kinds of errors irrespective of the project/stage, here is one:

Project: Sitecore Demo Edge Website

Context: Since this is a computer space issue, can manifest in many forms as you docker-up so, no pattern:


Solution: I usually docker system prune -a and rerun up.ps1 on only the needed project, in this case, Sitecore Demo Edge Website

Error:

C:\Sitecore.Demo.Edge\up.ps1 : Timeout waiting for Sitecore CM to become available via Traefik proxy. Check CM

container logs.

At line:1 char:1

+ .\up.ps1

+ ~~~~~~~~

    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException

    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,up.ps1

Comments

Popular Posts