- Docker on Windows
- Elton Stoneman
- 165字
- 2021-07-02 19:53:21
Packaging a traditional ASP.NET web app as a Docker image
Microsoft has made the Windows Server Core base image available on Docker Hub, and that's a version of Windows Server 2016 which has much of the functionality of the full server edition but without the UI. As base images go, it's very large - 5 GB compressed on Docker Hub, compared to 380 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 committed since 2013, so it's an ideal candidate for proving that old ASP.NET apps can be migrated to Docker, and that can be the first step in modernizing them.
- OpenDaylight Cookbook
- Rust編程:入門、實戰(zhàn)與進階
- PostgreSQL技術(shù)內(nèi)幕:事務(wù)處理深度探索
- AIRAndroid應(yīng)用開發(fā)實戰(zhàn)
- oreilly精品圖書:軟件開發(fā)者路線圖叢書(共8冊)
- Java程序設(shè)計與實踐教程(第2版)
- Web Development with MongoDB and Node(Third Edition)
- Android系統(tǒng)原理及開發(fā)要點詳解
- Python算法指南:程序員經(jīng)典算法分析與實現(xiàn)
- C++反匯編與逆向分析技術(shù)揭秘(第2版)
- Go語言開發(fā)實戰(zhàn)(慕課版)
- 軟件體系結(jié)構(gòu)
- 程序員面試金典(第6版)
- Visual FoxPro數(shù)據(jù)庫程序設(shè)計
- jQuery EasyUI從零開始學(xué)