Using Docker to Run MSSQL Image
Finally, we are here..
Using Docker Command
docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=Atalces!1" -p 1433:1433 --name sqlserver2 -d -h sqlserver microsoft/mssql-server-windows-developer:latest-14393 CONTAINER ID IMAGE COMMAND CREATED
STATUS PORTS NAMES
55c3dffeeffb microsoft/mssql-server-windows-developer:latest-14393 "powershell -Command…" 34 hours ago
Up 38 seconds (healthy) 0.0.0.0:1433->1433/tcp sqlserver2PreviousEnable Hyper-V & Containers and Install Docker on Window ServersNextInstall SSMS for remoting MSSQL Server Image
Last updated
Was this helpful?