Table of Contents

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.