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

'podman run .....' fails.

Open WillSkates opened this issue 6 years ago • 1 comments

Both the standard image and "preview/CentOS" fail to run in podman with the same error.

sqlservr: Unable to start the process, with error 101.

Is there any way to get more verbose output out of "sqlservr" to see why? According to this page "-v" only prints out the version number.

Commands used (from within preview/CentOS):

podman build -t mssql -f Dockerfile .
podman run --name="mssql-test" -p 1433 -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=....." -d mssql
sleep 5
podman logs mssql-test

WillSkates avatar Aug 28 '19 11:08 WillSkates