Author: Vasanth
-
Getting Started With Docker
Why Docker? Makes it easy to setup projects locally Most big companies/apps deploy their apps to the internet via docker What are we learning today? What is containerization? History of Docker How to install docker containers vs images Creating simple full stack app, dockerfile Containerizing the backend Deploying to dockerhub Pulling an image and deploying…