- Learning Windows Server Containers
- Srikanth Machiraju
- 83字
- 2021-07-02 23:23:19
Introduction to containerization
Containerization is an ability to build and package applications as shippable containers. Containers run in isolation in a user-mode using a shared kernel. A kernel is the heart of the operating system which accepts the user inputs and converts/translates them as processing instructions for CPU. In a shared kernel mode containers do the same as what VMs do to physical machines. They isolate the applications from the underlying OS needs. Let's see a few key implementations of this technology.
推薦閱讀
- Designing Purpose:Built Drones for Ardupilot Pixhawk 2.1
- 蘋果電腦玩全攻略 OS X 10.8 Mountain Lion
- 曝光:Linux企業運維實戰
- 構建可擴展分布式系統:方法與實踐
- 網絡操作系統管理與應用(第三版)
- VMware NSX Cookbook
- Kali Linux 2018:Windows Penetration Testing
- Django Project Blueprints
- Vim 8文本處理實戰
- μC/OS-III內核實現與應用開發實戰指南:基于STM32
- Linux應用大全 基礎與管理
- VMware vSphere 5.1 Cookbook
- Linux內核修煉之道
- Learn Quantum Computing with Python and IBM Quantum Experience
- Implementing Cloud Design Patterns for AWS(Second Edition)