Guide to Docker for .NET

1 So, what is Docker? According to Wikipedia, “Docker is a set of coupled software-as-a-service and platform-as-a-service products that use operating-system-level virtualization to develop and deliver software in packages called containers.” Let’s pull that apart and understand what it really means. The heart of Docker is that you can package applications in so-called images, giving the applications …

Guide to Docker for .NET Read More »