I am using Docker Desktop to run a SQL Server for a C# .NET app. The image is called mssql/server:2019-latest
.
When I start to run the container, it shuts off on its own with a minute.
Below is from the error logs:
“2024-12-07 22:09:04 /usr/bin/find: ‘/proc/10/task/161/fdinfo’: Permission denied
2024-12-07 22:09:04 /usr/bin/find: ‘/proc/10/task/162/fdinfo’: Permission denied
2024-12-07 22:09:04 /usr/bin/find: ‘/proc/10/task/163/fdinfo’: Permission denied
2024-12-07 22:09:04 /usr/bin/find: ‘/proc/10/task/164/fdinfo’: Permission denied
2024-12-07 22:09:04 /usr/bin/find: ‘/proc/10/map_files’: Permission denied
2024-12-07 22:09:04 /usr/bin/find: ‘/proc/10/fdinfo’: Permission denied
2024-12-07 22:09:09 dmesg: read kernel buffer failed: Operation not permitted
2024-12-07 22:09:09 /usr/bin/timeout: failed to run command ‘/bin/journalctl’: No such file or directory
2024-12-07 22:09:09 /usr/bin/timeout: failed to run command ‘/bin/journalctl’: No such file or directory
2024-12-07 22:09:09 Sun Dec 8 03:09:09 UTC 2024 Capturing program information
2024-12-07 22:09:10 Sun Dec 8 03:09:10 UTC 2024 Attempting to capture a dump with paldumper for pid 10
2024-12-07 22:09:10 WARNING: Capture attempt failure detected
2024-12-07 22:09:10 Attempting to capture a filtered dump with paldumper for pid 10
2024-12-07 22:09:10 WARNING: Attempt to capture dump failed. Reference /var/opt/mssql/log/core.sqlservr.10.temp/log/paldumper-debug.log for details
2024-12-07 22:09:10 Sun Dec 8 03:09:10 UTC 2024 Attempting to capture a dump with gdb
2024-12-07 22:09:10 WARNING: Unable to capture crash dump with GDB. You may need to
2024-12-07 22:09:10 allow ptrace debugging, enable the CAP_SYS_PTRACE capability, or
2024-12-07 22:09:10 run as root. See log in: /var/opt/mssql/log/core.sqlservr.10.temp/log/gdb.log
2024-12-07 22:09:10 Sun Dec 8 03:09:10 UTC 2024 Capturing program binaries
2024-12-07 22:09:10 Sun Dec 8 03:09:10 UTC 2024 Not compressing the dump files, moving instead to: /var/opt/mssql/log/core.sqlservr.12_08_2024_03_09_03.10.d”