Sitecore / Sitecore/container-deployment

MSSQL Container Won't Start using Docker Desktop 4.22.0

Open
#134 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PowerShell
Stars
32
Forks
28
Avg merge
4d 5h
Merged PRs (30d)
4

Description

Upon trying to start the docker container for the first time I am receiving the following error in the MSSQL container log:

image

Download the SDK container for XC (Sitecore.Commerce.Container.SDK.4.0.90.zip)
Install Docker Desktop 4.22.0
Extract the SDK zip file
Open PowerShell to download directory
Browse to the scripts directory
Run the following command: .\ComposeInit.ps1 -LicenseXmlPath "license.xml" -SitecoreAdminPassword "Password123$" -SqlSaPassword "Password123!" -CdHost "xxx.cd" -CmHost "xxx.cm" -IdHost "xxx.id" -BizFxHost "xxx.bizfx" -AuthoringHost "xxx.authoring" -ShopsHost "xxx.shops" -MinionsHost "xxx.minions" -Isolation "hyperv"
Browse to the xc1-cxa directory
Run: docker compose pull
Run: docker compose up -d

Expected behavior
The docker images load as expected along with the site.

Desktop (please complete the following information):

OS: Windows 10
Browser Microsoft Edge
Version 22H2 (19045.3208)
Docker: 4.22.0

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the setup with ComposeInit.ps1 in scripts, then run docker compose pull and docker compose up -d in xc1-cxa using Docker Desktop 4.22.0. Start with the MSSQL container log and the attached error, and verify that the images load and the site starts as expected.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, docker-compose, powershell, sql
Domain
databases, devops
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.