Raqeeb Ahmed Khanraqeebtech.hashnode.dev·Nov 29, 2023Exploring Docker: Essential Commands for Image and Container Management 🚀🐳Docker Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units called containers that have everything the software needs to run including libraries, system tools,...DiscussDevops
Aniket Thakuraniketthakur.hashnode.dev·Nov 26, 2023Initiating Local Deployment: Your First Docker ContainerWhy Choose Docker? One of the biggest advantages that Docker offers is the ability to make your application platform-independent by dockerizing it. Here is an easy example of a Docker container that will assist you in building your first Docker conta...Discuss·1 like·52 readsDevops
Mohd Ishtikhar Khanishtikhar.hashnode.dev·Nov 25, 2023🚀Day 11- Docker Fundamental: A Comprehensive GuideWhat is Virtualization? Virtualization is a technology that allows multiple operating systems or applications to run on a single physical server or host. It provides a layer of abstraction between the hardware and the operating system, enabling more ...DiscussDevops-90DaysDocker
Vedant Thavkarveddevopsblog.hashnode.dev·Nov 20, 2023Day 16 : Exploring Docker: A DevOps Journey 🐳Hey DevOps enthusiasts! Welcome to Day 16 of the #90DaysOfDevOpsChallenge. Today, we'll embark on a hands-on exploration of Docker – a game-changer in the world of containerization. Unveiling Docker's Magic 🚀 What is Docker? Docker is more than a bu...Discuss·10 likesDevopsDevops
yajna narayana aithalyajna.hashnode.dev·Nov 17, 2023Jenkins-SonarQube-Docker project using WebhooksDownloading the code from GitHub, doing code analytics in SonarQube, deploying in the container called Docker tool and presenting website to the end-user. Creating the instances - jenkins, sonarqube, docker instance type = t2.medium for all 3 insta...Discuss·1 like·46 readsJenkins
pardeep kaurpardeepkaur.hashnode.dev·Oct 28, 2023Designed and deployed a scalable two-tier application on AWS EC2 instances using Docker Compose, with Amazon RDS for MySQL integration, optimizing perCreate an IAM role : Sign in to the AWS Management Console: Go to the AWS Management Console, and sign in with your AWS account. Open the IAM Console: Once you're logged in, navigate to the "Services" menu, then select "IAM" under the "Security, Id...DiscussDevops
Ikenna Enyidedesageiyke.hashnode.dev·Oct 17, 2023Build Nginx Image and store data using AWS S3 and BashIn this project, we will build a Docker image, then create bash scripts to execute a couple of commands. Prerequisites AWS AccountIAM UserAWS CLI installed locallyDocker Step 1 - Create and Change to Working Directory mkdir demo-project && cd demo-pr...Discussdocker images
Shadab Gokakshadab12.hashnode.dev·Oct 7, 2023Diving into Docker Compose: Simplifying Multi-Container DeploymentsYAML: YAML (short for "YAML Ain't Markup Language" or sometimes "Yet Another Markup Language") is a human-readable data serialization format. It is often used for configuration files and data exchange between languages with different data structures....Discuss·1 likedocker container
pardeep kaurpardeepkaur.hashnode.dev·Oct 5, 2023End-to-End Deployment of Nginx on Kubernetes Cluster Using kubeadmTo deploy Nginx on a Kubernetes cluster, begin by provisioning two EC2 instances: one designated as the master node and the other as a worker node. After creating these instances, proceed to install the necessary tools and commands on both nodes. Onc...Discuss#90daysofdevops
Manish Negijourneytodevops.hashnode.dev·Aug 23, 2023Docker Networking -Project: Created Default network for a two-tier applicationTypes of Network Default Bridge Custom Bridge network Host network MAC VLAN network None network Overlay network ip address show: To view all the ip address Loopback network: The network to run anything locally(ex-localhost) Ethernet: To co...DiscussDocker