A Brief History of Container Technology

The following is the text from a presentation slide at Oracle Open World 2016.

While Docker has been playing a key role in adoption of the Linux container Technology, the did not invent the concept of containers.

  • 2015 – OCI
    • 2014 – rkt
      • 2013 – Docker
        • 2013 – LMCTFY
          • 2011 – Warden
            • 2008 – LXC
              • 2007 – AIX (6.1) WPARS
                • 2007 – cgroups in Linux Kernel (2.6.24)
                  • 2006 – Process Containers
                    • 2005 – openvz
                      • 2004 – Solaris Zones
                        • 2001 – Linux vserver
                          • 2000 – FreeBSD jails
                            • 1979 – Unix V7 added chroot
                            DISCLAIMER: This post is only a repeat of the content of the slide and has not be verified for accuracy.
Tagged with: Docker

Related Posts

AWS CLI support for Aurora DSQL and S3 Tables

If you were following the AWS Re:invent keynote yesterday there were several data specific announcements including Aurora DSQL and S3 Tables . Wanting to check them out, I downloaded the latest AWS CLI 2.

Read more

Migrating off of WordPress - A Simplified Stack

The ongoing drama between Wordpress v WP Engine continues to cross my reading list, but I have permanently removed WordPress from my website. I have finally transitioned away from the complex Linux/Apache/MySQL/PHP (LAMP) stack required for self-hosting WordPress on my professional website.

Read more

WeSQL Introduction – MySQL running on S3

I recently became aware of WeSQL . A MySQL-compatible database that separates compute and storage, using S3 as the storage layer. The product uses a columnar format by default which is significantly more space-efficient than InnoDB.

Read more