How To Dockerize An Application- Part II
What is Dockerize?
Dockerizing is the process of packing, deploying, and running applications using Docker containers.
Chose a base image
You can start from a Base OS and install everything by yourself. Choose an image based on the used technology, s...
shivam-sharma.hashnode.dev1 min read