- Docker on Windows
- Elton Stoneman
- 237字
- 2021-07-02 19:53:22
Developing Dockerized .NET and .NET Core Applications
Docker is a platform for packaging, distributing, and running applications. When you package your applications as Docker images, they all have the same shape, you can deploy, manage, secure, and upgrade them all in the same way. All Dockerized applications have the same requirements to run them: the Docker Engine running on a compatible operating system. Applications run in isolated environments, so you can host different application platforms and different platform versions on the same machine with no interference.
In the .NET world, this means you can run multiple workloads on a single Windows machine, they could be ASP.NET websites or Windows Communication Foundation (WCF) apps on .NET console applications or .NET Windows Services. You saw in the previous chapter that you can Dockerize legacy .NET applications without any code change, but Docker has some simple expectations about how applications running inside containers should behave, so they can get the full benefit of the platform.
In this chapter, you'll look at how to build applications so they can take complete advantage of the Docker platform, including the following:
- The integration points between Docker and your application
- Configuring your application with environment variables
- Monitoring applications with health checks
- Running distributed solutions with components in different containers
This will help you develop .NET and .NET Core applications that behave in the way Docker expects, so you can manage them fully with Docker.
- 程序員面試筆試寶典(第3版)
- 零基礎(chǔ)搭建量化投資系統(tǒng):以Python為工具
- Visual FoxPro程序設(shè)計教程(第3版)
- LabVIEW入門與實戰(zhàn)開發(fā)100例
- ASP.NET Core Essentials
- C語言程序設(shè)計(第2版)
- Processing互動編程藝術(shù)
- UML+OOPC嵌入式C語言開發(fā)精講
- Bootstrap Essentials
- 用Flutter極速構(gòu)建原生應用
- 大數(shù)據(jù)分析與應用實戰(zhàn):統(tǒng)計機器學習之數(shù)據(jù)導向編程
- Visual Basic程序設(shè)計實驗指導(第二版)
- 0 bug:C/C++商用工程之道
- Orleans:構(gòu)建高性能分布式Actor服務
- Vue.js光速入門及企業(yè)項目開發(fā)實戰(zhàn)