- Containers in OpenStack
- Pradeep Kumar Singh Madhuri Kumari
- 172字
- 2021-07-02 21:17:22
Machine containers
Machine containers are virtual environments that share the kernel of the host operating system but provide user space isolation. They look far more similar to virtual machines. They have their own init process, and may run a limited number of daemons. Programs can be installed, configured, and run just as they would be on any guest operating system. Similar to a virtual machine, anything running inside a container can only see resources that have been assigned to that container. Machine containers are useful when the use case is to run a fleet of identical or different flavors of distros.
Machine containers having their own operating system does not mean that they are running a full-blown copy of their own kernel. Rather, they run a few lightweight daemons and have a number of necessary files to provide a separate OS within another OS.
Container technologies such as LXC, OpenVZ, Linux vServer, BSD Jails, and Solaris zones are all suitable for creating machine containers.
The following figure shows the machine container concept:
- R Data Mining
- OpenStack for Architects
- Java實(shí)用組件集
- TestStand工業(yè)自動(dòng)化測(cè)試管理(典藏版)
- 塊數(shù)據(jù)5.0:數(shù)據(jù)社會(huì)學(xué)的理論與方法
- The Python Workshop
- Mastering GitLab 12
- Bayesian Analysis with Python
- 電氣控制與PLC原理及應(yīng)用(歐姆龍機(jī)型)
- Dreamweaver+Photoshop+Flash+Fireworks網(wǎng)站建設(shè)與網(wǎng)頁(yè)設(shè)計(jì)完全實(shí)用
- 電腦故障排除與維護(hù)終極技巧金典
- 空間機(jī)器人智能感知技術(shù)
- Flash CS5二維動(dòng)畫(huà)設(shè)計(jì)與制作
- Hands-On Microservices with C#
- 巧學(xué)活用Linux