Using Docker to Run MSSQL Image
Finally, we are here..
Using Docker Command
docker will pull the mssql image with the version latest-14393
After 30 seconds, run the command docker ps
Run docker exec -it <sql_container_name> sql
and we can execute sql command inside the image.
PreviousEnable Hyper-V & Containers and Install Docker on Window ServersNextInstall SSMS for remoting MSSQL Server Image
Last updated
Was this helpful?