Archana Prustyarchana77.hashnode.dev·Oct 6, 2024Python Functions Explained: Day 17 HighlightsIntroduction : Welcome back to my Python journey! Yesterday, I laid the foundation with control structures in python. Today, I dove into Function arguments, Let's explore what I learned! Function ARGUMENT OR PARAMETER . to enjoy the local attribute ...Discuss2Articles1Week
Rajendra Patilrajendrapatil9949.hashnode.dev·Aug 16, 2024#90DaysOfDevops | Day 17Docker is a tool that makes it easy to run applications in containers. Containers are like small packages that hold everything an application needs to run What is Docker File ? A Dockerfile is like a set of instructions used for making a container . ...Discuss#90daysofdevops
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Aug 1, 2024Docker Project for DevOps Engineers #Day-17Dockerfile Docker is a tool that makes it easy to run applications in containers. Containers are like small packages that hold everything an application needs to run. To create these containers, developers use something called a Dockerfile. A Dockerf...Discuss·3 likes·85 readsDevOpsTrainWithShubham
Pranit Kolamkarkpranit.hashnode.dev·Jul 22, 2024Learn All About Amazon Cloudwatch ServicesWithin the vast ecosystem of Amazon Web Services (AWS), maintaining the health, performance, and operational efficiency of your cloud resources is paramount. Enter AWS CloudWatch, a robust monitoring and observability service designed to empower you ...Discussday17
Mallika Gautamvbnm.hashnode.dev·Jul 13, 2024Mastering Cybersecurity: Day 17 of the 100-Day ChallengeFilter content in linux Filtering for information Filtering is selecting data that matches a certain condition. For example, if you had a virus in your system that only affected the .txt files, you could use filtering to find these files quickly. Fil...Discussday17
Prathmesh Vibhuteprathmeshh.hashnode.dev·Mar 1, 2024Day 17 : Docker Project for DevOps EngineersIn the realm of DevOps, where agility and scalability are paramount, Docker has emerged as a game-changer. With its containerization technology, Docker simplifies the process of packaging, deploying, and managing applications across different environ...Discuss·27 readsday17
Apurv Samadderapurv1990.hashnode.dev·Jan 28, 2024Day 17 Jenkins Part 2🏗️What is CI/CD? CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a single codebase. It is a software development practice where the developers commit their work frequently int...Discuss Jenkins, DevOps
Sneha Falmarisneha235.hashnode.dev·Aug 11, 2023#day17-Unveiling Docker's Magic🧙♂️: Crafting Docker files for Seamless Application Deployment🎁(Part-2).🗃Dockerfile: A Dockerfile is a text-based script used to define the configuration of a Docker image. It contains a series of instructions to assemble the image, such as installing packages, copying files, setting environment variables, and more. (。・...DiscussDevops
Varun Margamvarunmargam.hashnode.dev·Aug 7, 2023Exploring Docker: Containerize Your Application with Dockerfile, Docker Image, and Containers📍Introduction Welcome to my Docker blog series! Here, we'll explore the entire process, from creating a Dockerfile for your program to successfully running it within a container. We will create a Docker project by containerizing a Nodejs web applica...Discuss·1 like·102 reads90DaysOfDevOps🚀day17
Gopal Gautamgopalgtm.hashnode.dev·Aug 2, 2023Day 17 Task: Docker Project for DevOps Engineers🔹DockerFIle In a Dockerfile, you can specify the base image, install software packages, copy files, set environment variables, configure ports, and define the commands to run when the container starts. Dockerfiles allow developers to automate the pr...Discuss·39 readsday17