Introduction to Docker
Explore the fundamentals of Docker and how it solves deployment issues by containerizing applications. Learn about Docker images and containers and their role in consistent SQL and Node.js environments.
We'll cover the following...
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 shipped to a different host machine. The app works on ...