What is Docker?
Get introduced to docker and its advantages in this lesson.
We'll cover the following...
Before defining what Docker is, we must understand what a container is and its importance in today’s tech ecosystem.
What is a container?
To make it simple, a container is a standard unit of software that packages up the software and all of its required dependencies so that the software or the application can run quickly and reliably from one machine to another, whether the environment or the OS.
An interesting definition from Solomon Hykes at the 2013 PyCon talk is ...