Docker🐬 Dreams💭-4

Hi friends🙋‍♂️ welcome back to Blogs-with-Achu. This blog is the continuation of our Docker Dreams learning series. We learned a little about containers and docker in our previous docker-related blogs. Today we will see about Docker Hub_(a place where we store our images)._ In this Blog: What is Docker Hub? Why do we need it❓🤔 How to publish your own image to Docker Hub❓🤔 Demo part ⛵️🚀 What next?🌈🚀 Summary🏁...

3 min · Achanandhi M

Docker🐬 Dreams💭-3

Hi friends🙋‍♂️ welcome back to Blogs-with-Achu, we have started the Docker🐬 Learning series, In my previous Blog⏮️ we saw about web servers and also a practical demonstration of running a web server inside a docker container. Today’s Quote: “Service to others is the rent you pay for your room here on earth🌎” - Muhammad Ali❤️‍🩹 Today’s Exciting Blog Agenda: **what is Dockerfile?**❓ Why Dockerfile Matters! 🤔 Launch Your Website with Nginx and Dockerfile!...

5 min · Achanandhi M

Docker🐬 Dreams💭-2

Hi friends🙋‍♂️ welcome back to Blogs-with-Achu, we have started the Docker🐬 Learning series, In my previous Blog⏮️ we saw about docker images and containers with real examples. Today’s Exciting Blog Agenda: **Web Servers: Your Website’s Backbone!**🦴 Running a Web Server Inside a Container🐬 Exposing Your Website to the World! 🌐 What’s Next in our Docker Journey?🌈🚀 Conclusion🏁 **Web Servers: Your Website’s Backbone!**🦴 Before we delve into web servers, we first need to understand what is the server?...

7 min · Achanandhi M

Docker🐬 Dreams💭-1

Hi friends🙋‍♂️ welcome back to Blogs-with-Achu, we have started the Docker🐬 Learning series, In my previous Blog⏮️ we saw about how to install docker on our local system and we saw some basic docker commands. Today’s blog agenda: Understanding Docker Images and Containers😎 Unleashing the Power of Docker💪 Discover Dockerhub: An Abundance of Useful Resources💫 Working with Docker Images and Containers: Real-Life Examples⚒️ What’s Next in our Docker Journey?⏭️ Conclusion🏁...

7 min · Achanandhi M

Docker🐬 Dreams💭-0

Hi friends, welcome back to Blogs-with-Achu, we have started the Docker🐬 Learning series, In my previous Blog⏮️ we saw Introduction to Docker and containers, Today in this blog we are Going to see Docker installation and working with some basic Docker commands. Today blog’s is all about : Docker Installation🏠 Docker Desktop💻 Alternative method-Sandbox☁️ Check Docker is Installed🫡 Basic Docker Commands💥 What’s Next⏭️ Quiz🧾 Conclusion.🏁 Docker Installation🏠.. For working with docker, we need to first install docker in our local system💻....

3 min · Achanandhi M

Docker🐬 Dreams💭

Hi friends, welcome back to Blogs-with-Achu, we have started the Docker Learning series, In my previous Blog we have seen about Container, Today in this blog we are Going to see Docker, Yes you heard that right?😉 According to Stack Overflow Survey-2020, Docker is the #1 most wanted platform,#2 most loved platform, and #3 most popular platform. In Today’s Blog: Introduction to Docker🙂 Difference between Container and Docker💫 Docker Architecture🏗️...

3 min · Achanandhi M

Exploring 🐬the World of Containers

Use Container for deployment Hi friends, welcome back to Blogs-with-Achu! In today’s fast-paced technological landscape, containers have emerged as a powerful software development and deployment solution. If you’re interested in learning containerization, you don’t need any specific prerequisites.😁 In Today’s Blog: What is Container?🤔 Why it is so popular?🤔 Is VM?☠️ Containerization Technology💻 Summary🏁 **What is Container?**🤔 A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another....

3 min · Achanandhi M

Web Application CI/CD Automation with Jenkins, Git, and Docker

This project demonstrates how to automate the deployment pipeline of a web application using Jenkins, Git, and Docker. The final Docker image is uploaded to an Amazon EC2 instance for deployment. 🔗 GitHub Table of Contents Overview Prerequisites Setup Jenkins Configuration Git Repository Setup Docker Image Creation Continuous Integration/Continuous Deployment (CI/CD) Deploying to Amazon EC2 Contributing License Overview In this project, we aim to automate the deployment process of a web application....

2 min · Achanandhi M

CI/CD Pipeline for Web Application with Elastic Beanstalk

This repository contains the source code and configuration for a simple web application and a Continuous Integration / Continuous Deployment (CI/CD) pipeline using AWS services, including AWS CodePipeline, AWS CodeBuild, and AWS Elastic Beanstalk. 🔗 GitHub Table of Contents Overview Requirements Getting Started Prerequisites Setup Pipeline Stages Automated Testing Deployment Contributing License Output Overview The primary goal of this project is to set up a CI/CD pipeline that automates the build, test, and deployment of a simple web application to AWS Elastic Beanstalk whenever changes are pushed to the repository....

3 min · Achanandhi M

Python-todo-application

Python-todo-application 🔗 GitHub Getting started To make it easy for you to get started with GitLab, here’s a list of recommended next steps. Already a pro? Just edit this README.md and make it your own. Want to make it easy? Use the template at the bottom! Add your files Create or upload files Add files using the command line or push an existing Git repository with the following command: cd existing_repo git remote add origin https://gitlab....

4 min · Achanandhi M