4 followers
Starting a 90-day DevOps journey today! I’ll explore DevOps principles, tools, and practices, sharing daily updates, tutorials, real-world applications, and engaging with the community.
~~~~Jenkins is a really useful tool for automating just about anything, but it’s most commonly used for continuous integration and delivery to build,...
Docker Interview Docker is a crucial topic for DevOps Engineer interviews, especially for freshers. Here are some essential questions to help you...
Docker Cheat Sheet: Let's get started Basic Docker Concepts and Terms: Docker Image: A lightweight, stand-alone, executable package that includes...
Today, we will explore two important concepts in Docker: Docker Volume and Docker Network. These features enable us to manage data persistence and...
Till now you have created a Dockerfile and pushed it to the repository. Let's move forward and dig deeper into other Docker concepts. Today, let's...
Dockerfile Docker is a tool that makes it easy to run applications in containers. Containers are like small packages that hold everything an...