This chapter looks at what Docker is, as well as what containerization is and how it is different from virtualization. Other subtopics covered include history of containerization, container runtimes, and container orchestration.
What Is Docker?
In order to answer this question, we need to clarify the word “Docker,” because Docker has become synonymous with containers.
Docker Inc. is the company behind Docker. It was founded as dotCloud Inc. in 2010 by Solomon Hykes. dotCloud engineers built abstraction ...