moodle-docker icon indicating copy to clipboard operation
moodle-docker copied to clipboard

mssql container crashes on startup

Open marxjohnson opened this issue 1 year ago • 4 comments

I am trying to run a site with MOODLE_DOCKER_DB=mssql but the database container crashes on startup. I have attached the container output. I have tried this with both default version and 2019-latest with the same result.

Running the upstream container like docker run -e ACCEPT_EULA=Y -e 'MSSQL_SA_PASSWORD=yourStrong(!)Password' -p 1433:1433 mcr.microsoft.com/mssql/server:2019-latest works fine.

mssql.log

marxjohnson avatar Apr 01 '25 14:04 marxjohnson

Hi @marxjohnson, what is the distro of the Host?

I had issues on running SQL Server 2019 in container some months ago (not recalling the exact CU version) on a Docker Engine installed on a Ubuntu 24.04 while no issue at all on 20.04 and 22.04.

HTH, Matteo

scara avatar Apr 02 '25 08:04 scara

Sorry, I meant to include that. Yes, I am running Ubuntu 24.04.

marxjohnson avatar Apr 02 '25 08:04 marxjohnson

Hi @marxjohnson Could you please share your Kernel version?

HuongNV13 avatar Apr 02 '25 11:04 HuongNV13

6.8.0-56-generic

marxjohnson avatar Apr 02 '25 11:04 marxjohnson