- 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.
推薦閱讀
- Learning OpenDaylight
- 零起點(diǎn)學(xué)Linux系統(tǒng)管理
- 每天5分鐘玩轉(zhuǎn)Kubernetes
- Puppet實(shí)戰(zhàn)
- Ansible權(quán)威指南
- 精解Windows 8
- 異質(zhì)結(jié)原理與器件
- 網(wǎng)絡(luò)操作系統(tǒng)管理與應(yīng)用(第三版)
- 云原生落地:產(chǎn)品、架構(gòu)與商業(yè)模式
- AWS SysOps Cookbook
- Linux操作系統(tǒng)
- CSS揭秘
- Microsoft Hyper-V Cluster Design
- Implementing Cloud Design Patterns for AWS(Second Edition)
- Docker for Developers