- Containers in OpenStack
- Pradeep Kumar Singh Madhuri Kumari
- 70字
- 2021-07-02 21:17:22
Application containers
While machine containers are designed to run multiple processes and applications, application containers are designed to package and run a single application. They are designed to be very small. They need not contain a shell or init process. The disk space required for an application container is very small. Container technologies such as Docker and Rocket are examples of application containers.
The following figure elaborates on application containers: