- Learning Windows Server Containers
- Srikanth Machiraju
- 89字
- 2021-07-02 23:23:24
Rocket
Docker is no longer the only container available on Linux. CoreOS developed a new container technology called Rocket, which is quite different from Docker in architecture. Rocket does not have a daemon process; Rocket containers (called App Containers) are created as child processes to the host process, which are then used to launch the container. Each running container has a unique identity. Docker images are also convertible to App Container Image (a naming convention used for Rocket images). Rocket runs on a container runtime called App Container Runtime.
推薦閱讀
- 電腦組裝與系統(tǒng)安裝
- Windows Server 2019 Cookbook
- 嵌入式應(yīng)用程序設(shè)計(jì)綜合教程(微課版)
- 計(jì)算機(jī)系統(tǒng)開(kāi)發(fā)與優(yōu)化實(shí)戰(zhàn)
- 嵌入式操作系統(tǒng)(Linux篇)(微課版)
- STM32庫(kù)開(kāi)發(fā)實(shí)戰(zhàn)指南:基于STM32F4
- VMware NSX Cookbook
- 從實(shí)踐中學(xué)習(xí)Kali Linux無(wú)線網(wǎng)絡(luò)滲透測(cè)試
- 分布式高可用架構(gòu)之道
- Linux 從入門到項(xiàng)目實(shí)踐(超值版)
- Linux網(wǎng)絡(luò)操作系統(tǒng)項(xiàng)目教程(RHEL 7.4/CentOS 7.4)(第3版)(微課版)
- Linux集群之美
- Python機(jī)器學(xué)習(xí)系統(tǒng)構(gòu)建(原書(shū)第3版)
- Unity AR/VR開(kāi)發(fā):實(shí)戰(zhàn)高手訓(xùn)練營(yíng)
- Linux從入門到精通