top of page

Container Images

  • Writer: Brian Washington
    Brian Washington
  • Aug 25, 2020
  • 1 min read

With container images, we confine the application code, its runtime, and all of its dependencies in a pre-defined format. 

With container runtimes like runC, containerd, or rkt we can use those pre-packaged images to create one or more containers. 

A fault-tolerant and scalable solution can be achieved by creating a single controller/management unit, after connecting multiple nodes together. This controller/management unit is generally referred to as a container orchestrator.

Comments


Commenting on this post isn't available anymore. Contact the site owner for more info.
Post: Blog2_Post
bottom of page