Docker - 2
In this article you will learn dockerization process and how to use docker.
There are 3 steps to conatinarize an application:
Create a DockerFile
Build and image using DockerFile
Run the image into a container
STEP 1: Create a DockerFIile
Docke...
yajanth.hashnode.dev2 min read