You now know the why's, what's, and how's, so it's now time to solidify our understanding by Dockerizing our existing application.
Let’s start by installing Docker. This will allow us to generate images and run them as containers on our local machine.
There are two editions of Docker—Community Edition (CE) and Enterprise Edition (EE). We will be using the CE.