- 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.
- 少兒人工智能趣味入門:Scratch 3.0動畫與游戲編程
- JavaScript前端開發模塊化教程
- Programming ArcGIS 10.1 with Python Cookbook
- Rust Cookbook
- 深入理解Java7:核心技術與最佳實踐
- Flux Architecture
- 大模型RAG實戰:RAG原理、應用與系統構建
- Learning DHTMLX Suite UI
- Java網絡編程實戰
- 零基礎學Kotlin之Android項目開發實戰
- ASP.NET程序開發范例寶典
- Python機器學習算法與應用
- Building Clouds with Windows Azure Pack
- Learning Redux
- Developer,Advocate!