Basic understanding of Docker and deploying a basic docker image
What is Docker ? Docker is a containerization platform where you could containerize the application , it’s a simplified version that is used to run the applications in the container. Why should you use Docker instead of Virtual machine? Docker is lig...
Aug 11, 20243 min read135
