- Docker on Windows
- Elton Stoneman
- 167字
- 2021-07-02 12:47:58
Packaging a traditional ASP.NET web app as a Docker image
Microsoft has made the Windows Server Core base image available on MCR, and that's a version of Windows Server 2019 which has much of the functionality of the full server edition, but without the UI. As base images go, it's very large: 2 GB compressed on Docker Hub, compared to 100 MB for Nano Server, and 2 MB for the tiny Alpine Linux image. But it means you can Dockerize pretty much any existing Windows app, and that's a great way to start migrating your systems to Docker.
Remember NerdDinner? It was an open source ASP.NET MVC showcase app, originally written by Scott Hanselman and Scott Guthrie among others at Microsoft. You can still get the code at CodePlex, but there hasn't been a change made since 2013, so it's an ideal candidate for proving that old .NET Framework apps can be migrated to Docker Windows containers, and this can be the first step in modernizing them.
- Red Hat Enterprise Linux 8系統(tǒng)管理實(shí)戰(zhàn)
- 嵌入式應(yīng)用程序設(shè)計(jì)綜合教程(微課版)
- Linux集群和自動(dòng)化運(yùn)維
- 深入Linux內(nèi)核架構(gòu)與底層原理(第2版)
- Moodle 3.x Teaching Techniques(Third Edition)
- Linux自動(dòng)化運(yùn)維:Shell與Ansible(微課版)
- Red Hat Enterprise Linux 6.4網(wǎng)絡(luò)操作系統(tǒng)詳解
- 從實(shí)踐中學(xué)習(xí)Windows滲透測(cè)試
- Hadoop Real-World Solutions Cookbook
- iOS 10快速開(kāi)發(fā):18天零基礎(chǔ)開(kāi)發(fā)一個(gè)商業(yè)應(yīng)用
- Office 365 User Guide
- VMware vSphere 5.1 Cookbook
- OpenHarmony開(kāi)發(fā)與實(shí)踐:基于紅莓RK2206開(kāi)發(fā)板
- Docker容器技術(shù)與運(yùn)維
- 鴻蒙HarmonyOS應(yīng)用開(kāi)發(fā)從入門到精通