- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 190字
- 2021-06-30 19:10:47
Containers
Containers is a virtualization method that allows an operating system to run an application in isolated user space, controlling and limiting the resources for each contained application. For an application that runs on a container, it will work as if it is running in its own operating system. Most of the containers will not know that they are hosted on another operating system. This allows the host operating system to spawn or destroy those applications without affecting any part of the system and preventing impacts of one container to another.
Since these containers are running on a hosted system, when they need to start they will be faster than in a normal virtualization that requires a new operating system to boot. However, this implied that we could not spawn a container with a different system than the running host, so we could not run a Windows application as a process in a Linux host. Docker is probably the most used container system for cloud applications, however different cloud providers may choose different systems to run their applications. We will learn more about this topic in Chapter 7, Creating Dockers.
- Boost程序庫(kù)完全開(kāi)發(fā)指南:深入C++”準(zhǔn)”標(biāo)準(zhǔn)庫(kù)(第5版)
- Spring 5.0 By Example
- C語(yǔ)言程序設(shè)計(jì)習(xí)題解析與上機(jī)指導(dǎo)(第4版)
- 深度學(xué)習(xí)經(jīng)典案例解析:基于MATLAB
- Java完全自學(xué)教程
- 面向STEM的Scratch創(chuàng)新課程
- Learning AWS Lumberyard Game Development
- Java Web基礎(chǔ)與實(shí)例教程
- 精通網(wǎng)絡(luò)視頻核心開(kāi)發(fā)技術(shù)
- HTML5入門(mén)經(jīng)典
- Clojure Reactive Programming
- FFmpeg開(kāi)發(fā)實(shí)戰(zhàn):從零基礎(chǔ)到短視頻上線(xiàn)
- 工業(yè)機(jī)器人離線(xiàn)編程
- IoT Projects with Bluetooth Low Energy
- Java EE架構(gòu)設(shè)計(jì)與開(kāi)發(fā)實(shí)踐