Introduction to Docker
Learn about Docker, how it works, and how it enables us to deliver software in packages.
We'll cover the following...
Overview of Docker
The apps we develop as engineers evolve from simple to complex. As the complexity increases, the dependencies, logic, and plugins used in developing these apps increase in number and complexity.
After the apps are developed on a host machine, the results are often dramatic when those apps are ...