- Docker on Windows
- Elton Stoneman
- 125字
- 2021-07-02 19:53:17
Summary
In this chapter I introduced Docker, an application platform that can run new and old apps in lightweight units of compute called containers. Companies are moving to Docker for efficiency, security, and portability. I covered:
- How Docker works on Windows and how containers are licensed
- The key Docker concepts: images, registries, containers, and swarms
- The options to run Docker on Windows 10, Windows Server 2016, and Azure
If you're planning to work along with the code samples in the rest of the book, you should have a working Docker environment by now. In Chapter 2, Packaging and Running Applications as Docker Containers, I'll move on to packaging more complex apps as Docker images and showing how to manage state in containers with Docker volumes.
推薦閱讀
- Node.js Design Patterns
- Oracle Database 12c Security Cookbook
- Python Data Structures and Algorithms
- Learning Unreal Engine Android Game Development
- Spring Boot實戰
- Cocos2d-x Game Development Blueprints
- Go語言從入門到精通
- Android移動應用開發項目教程
- Java服務端研發知識圖譜
- 前端程序員面試算法寶典
- 區塊鏈:技術與場景
- Python網絡爬蟲從入門到實踐
- Spring Microservices
- Visual Basic 開發從入門到精通
- Learning Redis