- Learning Windows Server Containers
- Srikanth Machiraju
- 242字
- 2021-07-02 23:23:19
A few key implementations of containers
Some of the key implementations of containers are as follows:
- The word container has been around since 1982 with the introduction of chroot by Unix, which introduced process isolation. Chroot creates a virtual root directory for a process and its child processes, the process running under chroot cannot access anything outside the environment. Such modified environments are also called chroot jails.
- In 2000, a new isolation mechanism for FreeBSD (a free Unix like OS) was introduced by R&D Associates, Inc.'s owner, Derrick T. Woolworth, it was named jails. Jails are isolated virtual instances of FreeBSD under a single kernel. Each jail has its own files, processes, users, and super accounts. Each jail is sealed from other jails.
- Solaris introduced its OS virtualization platform called zones in the year 2004 with Solaris 10. One or more applications can run within a zone in isolation. Inter-zone communication was also possible using network APIs.
- In 2006, Google launched process containers, a technology designed for limiting, accounting, and isolating resource usage. It was later renamed to control groups (cgroups) and merged into the Linux kernel 2.6.24.
- In 2008, Linux launched its first out-of-the-box implementation of containers called Linux containers (LXC) a derivative of OpenVZ (OpenVZ developed an extension to Linux with the same features earlier). It was implemented using cgroups and namespaces. The cgroups allow management and prioritization for CPU, memory, block I/O, and network. Namespaces provided isolation.
推薦閱讀
- Cybersecurity:Attack and Defense Strategies
- Ansible權威指南
- 玩到極致 iPhone 4S完全攻略
- 巧學活用Windows 7
- 網絡操作系統教程:Windows Server 2016管理與配置
- 完美應用RHEL 8
- Windows 7實戰從入門到精通
- Windows 7實戰從入門到精通(超值版)
- Linux應用大全 基礎與管理
- Linux內核分析及應用
- 基于Arduino的嵌入式系統入門與實踐
- Getting Started with Raspberry Pi Zero
- Gradle Effective Implementations Guide(Second Edition)
- Linux內核設計的藝術:圖解Linux操作系統架構設計與實現原理(第2版)
- TD-SCDMA HSDPA系統設計與組網技術