- Docker on Windows
- Elton Stoneman
- 127字
- 2021-07-02 12:47:54
Summary
In this chapter I introduced Docker, an application platform which 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 the following topics:
- How Docker works on Windows and how containers are licensed.
- The key Docker concepts: images, registries, containers, and orchestrators.
- The options to run Docker on Windows 10, Windows Server 2019, or 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 onto packaging more complex apps as Docker images and show how to manage states in containers with Docker volumes.
推薦閱讀
- pcDuino開發實戰
- 嵌入式Linux開發技術
- 每天5分鐘玩轉Kubernetes
- Linux運維實戰:CentOS7.6操作系統從入門到精通
- Kali Linux滲透測試全流程詳解
- 計算機系統開發與優化實戰
- 網絡操作系統教程:Windows Server 2016管理與配置
- 蘋果OS X Mavericks 10.9應用大全
- Linux命令行大全(第2版)
- Linux設備驅動開發
- Linux基礎使用與案例
- Cassandra 3.x High Availability(Second Edition)
- Java EE 7 Developer Handbook
- Linux系統安全:縱深防御、安全掃描與入侵檢測
- Android NDK Beginner's Guide