- Implementing Azure Cloud Design Patterns
- Oliver Michalski Stefano Demiliani
- 160字
- 2021-06-30 19:31:51
Understanding containers
The term has already been mentioned several times, so it is time to ask: what is a container? There is a simple answer, a container in our mind is an instance of a Docker image. A Docker image is an ordered collection of root filesystem changes and the corresponding execution parameters.
When you scale your Azure Container Service, you typically run multiple containers from the same image.
A container is defined not only by a Docker image, but also by the following components:
- A so-called Dockerfile is a text file that contains necessary information about the structure of the container
- Something singular like a process, a service, or microservice (for example, an Azure Service Fabric) or an app
Containers take up less space than VMs (typically in a low MB range), and start almost instantly.
Now we have gained our first insights into the container issue. To understand the following, however, we must clarify a few more terms.
推薦閱讀
- 現(xiàn)代測(cè)控系統(tǒng)典型應(yīng)用實(shí)例
- 精通MATLAB神經(jīng)網(wǎng)絡(luò)
- 機(jī)器學(xué)習(xí)及應(yīng)用(在線(xiàn)實(shí)驗(yàn)+在線(xiàn)自測(cè))
- 離散事件系統(tǒng)建模與仿真
- Expert AWS Development
- Windows內(nèi)核原理與實(shí)現(xiàn)
- 大型數(shù)據(jù)庫(kù)管理系統(tǒng)技術(shù)、應(yīng)用與實(shí)例分析:SQL Server 2005
- Ceph:Designing and Implementing Scalable Storage Systems
- PVCBOT機(jī)器人控制技術(shù)入門(mén)
- 微機(jī)組裝與維護(hù)教程
- 深度學(xué)習(xí)實(shí)戰(zhàn)
- OpenGL Development Cookbook
- 光電檢測(cè)技術(shù)與系統(tǒng)
- 從0到1 TensorFlow編程手記
- 新手學(xué)Photoshop CS6數(shù)碼照片處理