- Docker on Windows
- Elton Stoneman
- 220字
- 2021-07-02 19:53:15
Windows licensing
Windows containers don't have the same licensing requirements as servers or VMs running Windows. Windows is licensed at the host level, not the container level. If you have 100 Windows containers running on one server, you only need a license for the server. There are considerable savings to be had if you currently use VMs to isolate application workloads. Removing the VM layer and running apps in containers directly on the server removes the licensing requirement for all the VMs.
Hyper-V containers have separate licensing. On Windows 10, you can run multiple containers, but not for production deployments. On Windows Server, you can also run containers in Hyper-V mode to get increased isolation. This can be useful in multi-tenant scenarios, where you need to expect and mitigate for hostile workloads. Hyper-V containers are separately licensed, but in a high-volume environment, you would use a Datacenter license run Hyper-V containers without individual licenses.
Microsoft and Docker, Inc. have partnered to provide Docker EE at no cost with Windows Server 2016. The price of the Windows Server license includes Docker EE Basic, which gives you support to run applications in containers. If you have problems with a container or with the Docker service, you can raise it with Microsoft and they can go on to escalate it to Docker engineers.
- AngularJS Testing Cookbook
- Python量化投資指南:基礎、數據與實戰
- R語言游戲數據分析與挖掘
- concrete5 Cookbook
- Java項目實戰精編
- Learning Apache Mahout Classification
- Android開發:從0到1 (清華開發者書庫)
- Learning Apache Karaf
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- 零基礎學HTML+CSS
- C/C++代碼調試的藝術(第2版)
- 從零開始學Unity游戲開發:場景+角色+腳本+交互+體驗+效果+發布
- Python自動化運維:技術與最佳實踐
- INSTANT Apache Maven Starter
- 代碼整潔之道:程序員的職業素養