Further reading
To learn more about the topics discussed in this chapter, you can refer to the following links:
- Get started with Docker remote containers on WSL 2: https://learn.microsoft.com/windows/wsl/tutorials/wsl-containers
- How does Docker generate container names?: https://frightanic.com/computers/docker-default-container-names/
- Configure and customize SQL Server Docker containers: https://learn.microsoft.com/sql/linux/sql-server-linux-docker-container-configure
- Azure SQL Edge Docker image: https://hub.docker.com/_/microsoft-azure-sql-edge
- Run the Azure Cosmos DB emulator on Docker for Linux: https://learn.microsoft.com/azure/cosmos-db/docker-emulator-linux
- Dockerfile instructions: https://docs.docker.com/engine/reference/builder/
- Containerize a .NET app with dotnet publish: https://learn.microsoft.com/dotnet/core/docker/publish-as-container
- .NET service discovery: https://learn.microsoft.com/en-us/dotnet/core/extensions/service-discovery ...