ARAkash Rastogiinakashrastogi09.hashnode.dev路Aug 6, 2024 路 3 min readGetting Started with Jenkins馃槂What is Jenkins? Jenkins is a robust and versatile open-source automation server that orchestrates the process of continuously integrating and delivering software, enabling developers to efficiently build, test, and deploy applications with ease. By ...00
ARAkash Rastogiinakashrastogi09.hashnode.dev路Aug 1, 2024 路 2 min readDocker Project Part-2 for DevOps EngineersDocker Volume Docker volumes are used to manage data in Docker containers. They provide a way to persist data generated and used by Docker containers. Here's an overview of how to use Docker volumes: Creating and Using Volumes docker volume create my...00
ARAkash Rastogiinakashrastogi09.hashnode.dev路Jul 29, 2024 路 2 min readDive into Docker for DevOps EngineersDocker Compose Docker Compose is a tool for defining and running multi-container Docker applications. With Compose, you can use a YAML file to configure your application's services, networks, and volumes. Once the configuration is defined, you can st...00
ARAkash Rastogiinakashrastogi09.hashnode.dev路Jul 28, 2024 路 2 min readDocker Project for DevOps EngineersWhat is Dockerfile? A Dockerfile is a text file that contains a series of instructions on how to build a Docker image. These instructions are executed step-by-step by the Docker engine to create a containerized environment that can be consistently re...00
ARAkash Rastogiinakashrastogi09.hashnode.dev路Jul 26, 2024 路 2 min readBasics of Docker for DevOps EngineersDocker is a platform that allows you to automate the deployment of applications inside lightweight, portable containers. Containers include everything the application needs to run: code, runtime, system tools, libraries, and settings. It is an essent...00