June 21, 2021 | Mohit Sood
Introduction to Docker and dockerizing a Node.js web application
In this article, we will dive into the "World of Docker".At the end of this article, you will be able to :
- understand what Docker is and what it does
- understand the Docker Architecture
- understand about docker container and docker image
- write your own docker file
- dockerize ...