Docker

Deploy a .NET Core API with Docker


In this how-to, we create a Docker image based on a .NET Core API, deploy to DockerHub, and run on Windows, Linux and Azure. What is Docker? Docker is a containerization platform, meaning that it enables you to package your...