Prashant Sharmaprashantoncloud.hashnode.dev·Nov 17, 2024A Beginner's Guide to Docker: From Writing a Dockerfile to Pushing Your Image to Docker HubGetting started with Docker involves a series of steps, from writing a Dockerfile to building and pushing Docker images to Docker Hub. Below is a step-by-step guide on how to achieve this, including Docker commands and snippets: 1. Install Docker Fir...DiscussDocker
Harshit Sahuharshitsahu2311.hashnode.dev·Nov 11, 2024Project: End-to-End CI/CD Pipeline of Amazon-Prime CloneIf you want to run the following code in local or through Docker image only then checkout this blog. Part1 Prerequisite Launch an EC2 Instance on AWS Sign in to AWS Management Console. Go to EC2 Dashboard: Under Services > EC2. Launch Instance: N...Discuss·1 like·130 readsGitHub
Parth Sikkaspotify-playlist-through-terraform.hashnode.dev·Nov 11, 2024Building a Complete CI/CD Pipeline: Git ➔ Jenkins ➔ Docker ➔ DockerHub ➔ KubernetesIntroduction: In this post, we’ll walk through creating a full CI/CD pipeline to automate deployments from code in Git to a live application on Kubernetes. We’ll cover each step: setting up Jenkins, configuring Docker images, pushing to DockerHub, an...DiscussInfrastructure as code
Manoj Shetmanojshet.hashnode.dev·Nov 7, 2024Building a FullStack Blogging Application: A DevOps Pipeline with Jenkins, Maven, SonarQube, Nexus, Docker, Trivy, and AWS EKSBuilding an efficient and reliable DevOps pipeline is essential for streamlined application delivery in modern development environments. This blog details the design and implementation of a comprehensive DevOps pipeline tailored for a Java-based Full...DiscussJenkins
sneh srivastavasnehcreate.hashnode.dev·Nov 7, 2024Navigating Common Challenges in Docker Multi-Stage Dockerfile and Docker Compose Configurations for Java Spring Boot ApplicationsIntroduction Creating a robust, containerized application is an essential skill for today’s developers, especially when dealing with complex multi-tier applications. Recently, I had the opportunity to build and deploy two applications—a banking app a...DiscussDevops
Balraj Singhbalrajsingh.hashnode.dev·Nov 1, 2024DevOps Love Story: CI/CD Pipeline for Valentine's DayThis Valentine’s Day DevOps CI/CD project provides a fun DevOps-themed guide using Jenkins, SonarQube, Docker, and Trivy. It focuses on a playful web app with a Valentine's theme. The project shows how to set up a complete pipeline, from configuring ...Discuss·32 readsDocker compose
Megha Sharmameghasharma.hashnode.dev·Oct 31, 2024Work With Docker HubStep 1: Sign up for a free Docker account 👉 Create an account: You can create a free Docker account with your email address or by signing up with your Google or GitHub account. Once you’ve created your account with a unique Docker ID, you can acces...DiscussDockerDocker
Hemanth Gangulahemanthgangula.hashnode.dev·Oct 27, 2024Pushing Your Docker Images to Docker Hub: A Step-by-Step GuideIn this article, we're look into the world of Docker registries and, more specifically, Docker Hub, Docker’s native place for storing and sharing images. You'll learn the steps to upload and publish your images on Docker Hub, opening doors for collab...Discuss·38 readsSimplified-DockerDocker
user1272047programmingetc.hashnode.dev·Oct 25, 2024Connect X86 to Raspberry. SSH. VNC. Docker. Debian . Raspbian .02Docker and VNC Setup https://hub.docker.com/repository/docker/user987987/debian.raspberry.5.64b.vnc.xfce.2024.10.25.02/general https://programmingetc.hashnode.dev/connect-x86-to-raspberry-ssh-vnc-docker-debian-raspbian Docker Repository Overview Repo...DiscussDocker
Hemanth Gangulahemanthgangula.hashnode.dev·Oct 25, 2024A Beginner's Guide to Docker Images: Layer Structure and CommandsIn this article, we’ll explore what a Docker image is, how its layered structure works, and the basic commands you need to manage images. Plus, we’ll walk you through creating an image from scratch. Welcome to Day 5 of our Simplified Docker Series! B...Discuss·44 readsSimplified-Dockerdocker image layers