SQL Server Docker cannot persist data after exit the sqlcmd program
I got the SQL Server image running in the docker now. When I input a .sql file into sqlcmd in the container, the data is inserted in the table. But when I login and check it again in the sqlcmd it is empty. I am not sure what is going on here, I have attached the file below, any help is appreciated.
Login failed for user “sa” on SSMS with Docker container
I’m trying to connect to a SQL Server Docker container via SQL Server Management Studio, but it doesn’t work. When I attempt to connect, I get this error:
Unable to start MS SQL image 2019 on docker windows : error failed to create shim task
I am trying to run a mssql container on windows following this https://hub.docker.com/r/microsoft/mssql-server
Create a Docker build with SQL Server
I am trying to build a docker image to create a windows container later on. Here is my Dockerfile
Why does my docker build fail when installing sql server?
I am trying to build a docker image to create a windows container later on. Here is my Dockerfile