- 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.
推薦閱讀
- Instant Handlebars.js
- 精通Linux內核開發
- SharePoint 2013 應用開發實戰
- Extending Bootstrap
- 混沌工程:復雜系統韌性實現之道
- VMware NSX Cookbook
- 深入淺出Node.js
- OpenStack系統架構設計實戰
- Linux命令行大全(第2版)
- Linux設備驅動開發
- Heroku Cloud Application Development
- Multi-Cloud for Architects
- Linux系統管理初學者指南:基于CentOS 7.6
- Implementing Domain-Specific Languages with Xtext and Xtend(Second Edition)
- 再也不踩坑的kubernetes實戰指南