- Hands-On Kubernetes on Windows
- Piotr Tylenda
- 133字
- 2021-06-24 16:53:56
Understanding Windows container variants
Windows containers come in two distinct levels of isolation: process and Hyper-V. Process isolation is also known as Windows Server Containers (WSC). Initially, process isolation was available on the Windows Server OS only, whereas on desktop versions of the Windows OS, you could run containers using Hyper-V isolation. Starting with Windows 10, version 1809 (October 2018 Update) and Docker Engine 18.09.1, process isolation is also available on Windows 10.
In the official documentation, you may find the terms Windows container types and runtimes. They also refer to the isolation levels, and these terms are used interchangeably.
Now, let's take a look at how these isolation levels differ, what the use cases for them are, and how to create containers by specifying the desired isolation type.
推薦閱讀
- Learning Spring 5.0
- Oracle 12c中文版數(shù)據(jù)庫管理、應(yīng)用與開發(fā)實踐教程 (清華電腦學(xué)堂)
- Selenium Design Patterns and Best Practices
- Django:Web Development with Python
- VMware虛擬化技術(shù)
- Jupyter數(shù)據(jù)科學(xué)實戰(zhàn)
- Julia高性能科學(xué)計算(第2版)
- Spring Boot+MVC實戰(zhàn)指南
- Spring Security Essentials
- Learning Concurrency in Python
- Android編程權(quán)威指南(第4版)
- Python 3快速入門與實戰(zhàn)
- Mastering Unreal Engine 4.X
- PHP動態(tài)網(wǎng)站開發(fā)實踐教程
- SAS編程演義