This is the command I execute but the container just stop after few seconds: docker run -it -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=dockermssql" -p 1433:1433 -v sqlvlm:/var/opt/mssql --name sql1 -d microsoft/mssql-server-linux
Your password (e.g. dockermssql
) doesn't meet the complexity requirements. So try adding a non-alphanumeric characters such as exclamation point (!
).
To check for errors, run: docker logs ID
(where ID
is container ID from docker ps
), or run container without -d
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With