pardeep kaurpardeepkaur.hashnode.dev·Oct 2, 2023Jenkins Declarative CI/CD pipeline using groovy syntax and Docker-hubIn the project "django-note-cicd," a Jenkins pipeline has been set up using an Amazon EC2 instance. This pipeline is configured to clone code directly from a GitHub repository. The connection between GitHub and the server is established through a web...DevOps-Docker-Project
Suraj bariklinuxenthusiast.hashnode.dev·Aug 24, 2023Docker Project for DevOps Engineers part-IIDockerfile instruction 🦈🍥 Dockerfile is a text file containing various instructions and configurations in the form of commands. Dockerfile helps to build a Docker image. 📝DockerFile Syntax: FROM:[taking base image from Docker Hub]WORKDIR /app:[Set...47 readsdocker project