Docker+Sql 2

Windows Docker Containers using GMSA to connect to SQL Server – Part 2

This is a continuation of the previous blog post on GMSA setup. Step 1: Create Docker Image I have created ASPNET MVC app and it accessing the SQL server using windows authentication. My Connection string looks like below. <connectionStrings> <add name=”AdventureWorks2012Entities” connectionString=”metadata=res://*/ManagerEmployeeModel.csdl|res://*/ManagerEmployee Model.ssdl|res://*/ManagerEmployeeModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=CIQSQL2012;initial catalog=AdventureWorks2012;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework&quot;” providerName=”System.Data.EntityClient” /> </connectionStrings> I have created the […]

IMage2Docker asp.net 2

Image2docker for ASP.NET Websites: Part 2

This is a continuation of the previous posts that covered how to setup and run Image2Docker. Docker Installation Status Open PowerShell command and execute the following command. docker info Docker is already installed in the system If the command returns something like the below. The docker is not installed in the machine if you see […]