#trainwithshubham
Read more stories on Hashnode
Articles with this tag
๐ Introduction Till now, you have learned how to create a docker-compose.yml file and push it to the Docker registry. Let's move forward and dig...
๐ What is Docker compose? Docker compose is a tool that helps you deploy and manage your Docker applications. It allows you to define your...
๐ Dockerfile Dockerfile is a set of instructions that says what are the requirement for an Application. It tells Docker what base image to use,...
In the world of virtualization, two prominent technologies stand out: Docker and Virtual Machines (VMs). These technologies serve similar purposes but...
Day-16 #90daysofdevopschallenge ยท ๐ Docker Docker is a software platform that allows you to build, test, and deploy applications quickly. It is a tool...
Day -15 #90daysofdevopschallenge ยท ๐ Introduction DevOps Engineers play a crucial role in managing software development and deployment. Their...