- 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.
- Linux實(shí)戰(zhàn)
- 從零開始寫Linux內(nèi)核:一書學(xué)透核心原理與實(shí)現(xiàn)
- Kali Linux滲透測(cè)試全流程詳解
- Haskell Financial Data Modeling and Predictive Analytics
- 新手易學(xué):系統(tǒng)安裝與重裝
- macOS效率手冊(cè)
- Ceph分布式存儲(chǔ)實(shí)戰(zhàn)
- ElasticSearch Cookbook
- 計(jì)算機(jī)系統(tǒng)的自主設(shè)計(jì)
- Building Telephony Systems With Asterisk
- 從零開始學(xué)安裝與重裝系統(tǒng)
- Ubuntu Linux操作系統(tǒng)實(shí)用教程
- Linux操作系統(tǒng)案例教程(第2版)
- Azure Resource Manager Templates Quick Start Guide
- Learn OpenShift