- Hands-On Kubernetes on Windows
- Piotr Tylenda
- 198字
- 2021-06-24 16:53:55
Creating Containers
The concepts of containers and OS-level virtualization have their roots in the chroot system call in Unix V7 operating systems (OSes), which date back to the late 1970s. Starting with a simple concept of process isolation and chroot jails, where the process is running in an apparently isolated root directory, containerization has undergone rapid evolution and became a mainstream technology in the 2010s with the advent of Linux Containers (LXC) and Docker. In 2014, Microsoft announced support for Docker Engine in the incoming release of Windows Server 2016. This is where the story of Windows containers and Kubernetes on Windows begins.
In this chapter, we will provide you with a better understanding of containers for the Windows OS by highlighting important differences between containerization on Linux and Windows and container runtime types on Windows, namely Windows Server Containers (or process isolation) and Hyper-V isolation. We will also learn how to install Docker Desktop for Windows 10 for development scenarios and create our first example container running on your machine.
This chapter will cover the following topics:
- Linux versus Windows containers
- Understanding Windows container variants
- Installing Docker Desktop for Windows tooling
- Building your first container
- Mastering JavaScript Functional Programming
- Vue.js前端開發基礎與項目實戰
- Leap Motion Development Essentials
- 深入淺出Java虛擬機:JVM原理與實戰
- Machine Learning with R Cookbook(Second Edition)
- HBase從入門到實戰
- Python從入門到精通(精粹版)
- INSTANT Sencha Touch
- Python零基礎快樂學習之旅(K12實戰訓練)
- Java程序設計入門
- Building Serverless Web Applications
- Distributed Computing in Java 9
- PHP項目開發全程實錄(第4版)
- Learning HTML5 by Creating Fun Games
- Java EE 7 First Look