mssql-docker
mssql-docker copied to clipboard
'podman run .....' fails.
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