microsoft / mssql-docker

Official Microsoft repository for SQL Server in Docker resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with Docker 24.0 and 2022-latest

mpn-peter-smith opened this issue · comments

Updated to Docker 24.0 build 98fdcd7 from 23 and now getting start-up errors with my 2022-latest container. Tried re-creating the container and even different servers but with the same issue.

Last errno text: Permission denied
Capturing a dump of 10
Executing: /opt/mssql/bin/handle-crash.sh with parameters
     handle-crash.sh
     /opt/mssql/bin/sqlservr
     10
     /opt/mssql/bin
     /var/opt/mssql/log/

FAILED to capture a dump. Details in paldumper log.

Ubuntu 20.04.6 LTS
Capturing core dump and information to /var/opt/mssql/log...
/bin/cat: /proc/10/maps: Permission denied

Starting with a fresh container from scratch with the command

docker run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=myStrongPassword" -p 1433:1433 -d mcr.microsoft.com/mssql/server:2022-latest

Gives the same error.

Thanks

Selinux issue which was changed for some reason during update

@mpn-peter-smith

How did oyu fix yours? Maybe mine is related.

#838