C# Corner announced a new webinar on "SQL Server 2017 Docker Container for local Web API on Windows10".
Where: Online
Price: Free of cost
Prerequisites: GoToMeeting
Note: There are 250 seats only. First come first serve.
Agenda:
- Locating the SQL Server 2017 image and pulling it locally
- Executing SQL Server 2017 container locally without Volume mount
- Connecting to SQL Server 2017 running inside the container using SQL Server Management Studio 18
- Connecting to database created in SQL Server 2017 running inside the container in Web Api
- Verifying, Deleting and re-creating SQL Server 2017 container to ensure that database (webapidemodb) we created is lost.
- Re-creating SQL Server 2017 container with volume mount to store the database and log files outside container.