Docker is a tool that follows the Cattle, no pets DevOps mantra. It describes your hosting environment via a Dockerfile. Each system deployment results in an entirely new reprovisionned hosting environment while the other is decommissioned in the background. Docker achieves this by making it cheap to create new system images to spawn fleets of new containers.
PREREQUISITES:
The dotnet CLI
contains both MSBuild
and NuGet
. After installing it, the development and is streamlined, especially in the case of a build server.
The easiest way to test the VM has access to a specific MSSQL server is to run a dummy query against it. The best tool to do this is the sqlcmd Utility
. Google download sqlcmd Utility to find the link where this command line tool can be installed. Once installed, this utility is usually installed under a path similar to C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\110\Tools\Binn\sqlcmd.exe
.