

I tried updating solr to HyperV but again blue screen of death. Update: So I came across this closed issue regarding isolation level issues.
Docker network sandbox join failed windows#
My windows is up to date and I'm running PowerShell as administrator so I'm not sure why it's bombing out so much. But after outputting the number of packages installed another blue screen of death. I tried changing line 28 of the docker file to be detailed instead of quiet in case it was failing silently but seemed to be happy at that point. Now on re-running the script I get this new error: Update: Ok another blue screen of death on build/publishing something. It got beyond the MySQL section and on step 7 of something I got another blue screen of death. Containers: 12 Running: 2 Paused: 0 Stopped: 10 Images: 15 Server Version: 1.10.1 Storage Driver: aufs Root Dir: /var/lib/docker/aufs Backing Filesystem: extfs Dirs. It has downloaded the images and is now extracting so will see if I get further this time. After restart came back in and ran the command again and it starting at the Building solr part of the script. I ran the prune command and noticed it updated the. net core 3.1 version, however, I don't know what to do next to be able to run it in a container. I've tried jumping into visual studio to build it from there which worked ok after I added a global.json file with a targetted. If I then try to go back to running up.ps1 I get the error above.Įdit: I think I got the blue screen of death when it was building the renderings - but I've consistently had it crash my computer twice now. OK digging into the script I thought I'd try running docker-compose build which is where I was seeing 19 steps. Does anyone know what I need to do to get past this error? I'm pretty sure prior to the blue screen of death it had a larger number of steps but maybe I'm mistaken.

+ CategoryInfo : NotSpecified: (:), WriteErrorException Step 6/7 : COPY -from=headless_services C:\module\db C:\jss_dataĮRROR: Service 'mssql' failed to build: COPY failed: failed to create rwlayer: Cannot create layer with missing parent 84cd4c7af34018487eb69e79089bc2f676fc86c04637607e8ee71a6d6f82b522: CreateFile F:\Programs\Docker\windowsfilter\84cd4c7af34018487eb69e79089bc2f676fc86c04637607e8ee71a6d6f82b522: The system cannot find the file specified.į:\Libraries\Documents\Sitecore\sandbox\MyProject\up.ps1 : Container build failed, see errors above. Then I was running up.ps1 happily until I got a blue screen of death.Īfter rebooting and re-running up.ps1 I am seeing this error about missing parent. So I figured that out by setting the data-dir in the daemon.json file. Unfortunately, I originally ran into an issue because Docker for Windows was storing a massive amount of data on c:\ by default and I needed to point it to a larger data drive. So I'm trying to follow the Sitecore 10 walkthrough using the getting started template:
