upcarta
  • Sign In
  • Sign Up
  • Explore
  • Search

Digging into the OCI Image Specification

  • Article
  • Nov 24, 2022
  • #ComputerProgramming
Mihail Kirov
@mihail_kirov
(Author)
blog.quarkslab.com
Read on blog.quarkslab.com
1 Recommender
1 Mention
The Open Container Initiative (OCI) gave birth to the way we create containers today. It defined two specifications - the runtime-spec and the image-spec. In the previous article of... Show More

The Open Container Initiative (OCI) gave birth to the way we create containers today. It defined two specifications - the runtime-spec and the image-spec. In the previous article of the container series, we analyzed runc - an implementation of the OCI runtime-spec. In this article, we are going to study in detail the OCI image-spec. It defines how a runtime specification (hence a container) can be moved from one host to another. Furthermore, the specification provides means for OS resources to be efficiently shared between different container processes. The image-spec is implemented by Containerd and Docker which are considered as more "high-level" runtimes than runc. Let's dig into it!

Show Less
Recommend
Post
Save
Complete
Collect
Mentions
See All
0xor0ne @0xor0ne ยท Jun 6, 2023
  • Post
  • From Twitter
Excellent blog post for learning a few new things about Open Container Initiative (OCI) images format Credits @quarkslab
  • upcarta ©2025
  • Home
  • About
  • Terms
  • Privacy
  • Cookies
  • @upcarta