- 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.
- Cybersecurity:Attack and Defense Strategies
- Hands-On DevOps with Vagrant
- Installing and Configuring Windows 10:70-698 Exam Guide
- Extending Bootstrap
- Linux操作系統(tǒng)應(yīng)用編程
- Java EE 8 Design Patterns and Best Practices
- 8051軟核處理器設(shè)計(jì)實(shí)戰(zhàn)
- Linux內(nèi)核觀測(cè)技術(shù)BPF
- 嵌入式系統(tǒng)及其應(yīng)用(第三版)
- 計(jì)算機(jī)系統(tǒng):基于x86+Linux平臺(tái)
- Cassandra 3.x High Availability(Second Edition)
- Learn SwiftUI
- Microsoft Hyper-V Cluster Design
- Java EE 8 High Performance
- Implementing Cloud Design Patterns for AWS(Second Edition)