What is an OCI Image ? (Open Container Initiative)

Card Puncher Data Processing

About

OCI is a standardized 1) image format from the Open Container Initiative 2)

It's used by Docker Image.

Format

An OCI image is just a stack of tarballs with a configuration files.

The tarballs expand to a directory tree for the VM to run in, and the configuration tells what binary in that filesystem to run when the VM starts.





Discover More
Card Puncher Data Processing
Docker - Image

This page is the container image in Docker. OCI is the standardized container format used by Docker where: sha256:e90fc3a is the , the machine readable version of the image (unique) (default to...
Card Puncher Data Processing
VM - Container (Ligthweight VM)

A container is the logical OS equivalent of a process in a virtual environment. They share: an operating system installed on the server and run resource-isolated (Each container has isolated environment...
Card Puncher Data Processing
What is a container image

An image is: a file store (ie volume) that is runnable. and parameters to use at runtime. It doesn’t have state and never changes. A container is a running an instance of an image. OCI delivers...



Share this page:
Follow us:
Task Runner