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

Creating a More Realistic Benchmark

Common benchmark approaches fall into two general categories, synthetic testing and realistic testing. You have the most generic operations from a synthetic test, starting with the most simple example using a single table, a single column, and for a single DML operation.

Read more

Testing, Benchmarking, Evaluating

Testing and benchmarking are widely used terms in software technology, each serving a distinct purpose and goal. With the increasing adoption of AI in software development, the term evaluating has become significant and with this the re-emergence of what is quality assurance.

Read more

Your Attack Vector Extends Beyond Production Systems

A common data security issue is the unprotected copying of production data to non-production environments without any redaction, masking, or filtering. This practice poses a serious risk. A malicious actor will target the weakest link in your infrastructure, including non-production accounts and the developer systems accessing them.

Read more