- Docker on Windows
- Elton Stoneman
- 131字
- 2021-07-02 19:53:19
Packaging your own applications
The goal of building an image is to package your application in a portable, self-contained unit. The image should be as small as possible, so it's easy to move around when you want to run the application, and it should have as few OS features as possible, so it has a fast startup time and a small attack vector.
Docker doesn't impose restrictions on the image size. Your long-term goal may be to build minimal images that run lightweight .NET Core applications on Linux or Nano Server. But you can start by packaging your existing ASP.NET apps in their entirety as Docker images to run on Windows Server Core. Docker also doesn't impose restrictions on how to package your app, so you can choose from different approaches.
推薦閱讀
- Expert C++
- Moodle Administration Essentials
- Java高手真經(高級編程卷):Java Web高級開發技術
- Servlet/JSP深入詳解
- 老“碼”識途
- C#程序設計
- 從0到1:Python數據分析
- JavaScript入門經典
- Mastering openFrameworks:Creative Coding Demystified
- 移動增值應用開發技術導論
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Xcode 6 Essentials
- Java 9 Programming By Example
- Apache Solr PHP Integration
- Mastering Apache Camel