While setting up Docker container for a SQL Server using a docker-compose.yaml
file, after running the script it’s showing this error in Logs as the container keeps exiting & restarting
DOCKER LOG DATA:
nt.sh': Operation not permitted
2024-08-15 08:24:35 mssql_container | Bus error
2024-08-15 08:24:49 mssql_container | SQL Server 2022 will run as non-root by default.
2024-08-15 08:24:49 mssql_container | This container is running as user mssql.
2024-08-15 08:24:49 mssql_container | To learn more visit https://go.microsoft.com/fwlink/?linkid=2099216.
2024-08-15 08:24:49 mssql_container | chmod: changing permissions of './entrypoi
At first I had tried manually entering the script commands via CMD, but then I decided to execute the whole script list using a docker.compose.yaml
file thinking hopefully it’ll run smoothly
New contributor
suhail-imfs is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.