- 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.
推薦閱讀
- Kubernetes修煉手冊
- Windows Server 2019 Cookbook
- Cybersecurity:Attack and Defense Strategies
- 零起點學(xué)Linux系統(tǒng)管理
- Instant Handlebars.js
- SharePoint 2013 WCM Advanced Cookbook
- Extending Bootstrap
- 混沌工程:復(fù)雜系統(tǒng)韌性實現(xiàn)之道
- Docker+Kubernetes應(yīng)用開發(fā)與快速上云
- 直播系統(tǒng)開發(fā):基于Nginx與Nginx-rtmp-module
- Windows 7案例教程
- OpenStack系統(tǒng)架構(gòu)設(shè)計實戰(zhàn)
- OpenSolaris設(shè)備驅(qū)動原理與開發(fā)
- Python UNIX和Linux系統(tǒng)管理指南
- CentOS 6 Linux Server Cookbook