Sprasad Pujarisprasad.hashnode.dev·Dec 9, 2023"Mastering Docker: From MySQL to Flask – A Simplified Journey to Installation, Containerization, and Building a To-Do List App!"1.Create EC2 Instance (if not done) In my previous blog, I have already covered the steps for creating an EC2 instance. Please follow the provided instructions for a smooth and successful implementation. https://hashnode.com/post/clnumbs4u00020...DiscussDocker
Amit Paradamitparad.hashnode.dev·Dec 8, 2023Deploy a Java application through DockerInstall the docker with “Sudo apt install "docker.io” I’m using the centos instance and docker is already installed in my EC2 instance. Check whether the docker service is running or not. Created a folder called Projects 4. Checked and confi...Discussdocker images
Raqeeb Ahmed Khanraqeebtech.hashnode.dev·Dec 5, 2023Docker: A Comprehensive GuideIntroduction Docker has revolutionized the way we develop, deploy, and manage applications. It provides a lightweight, portable, and scalable platform for containerized applications. In this blog, we will unravel the complexities surrounding Docker b...DiscussDevops
Waleed Javedwaleed.hashnode.dev·Dec 4, 2023Dockerization: Incorporate Container ChangesIf you are reading this, it means you already have a docker container that you wish to alter so, we're going to do that! To update a Docker container with the latest file changes, you typically have a few options. The approach you choose depends on t...DiscussCI/CDDocker
Mayur Barangemayurbarange12.hashnode.dev·Dec 2, 2023Day 12 - Docker For DevopsLet check some practical examples:- Create an EC2 Instance named as "boom-server" sudo apt update sudo apt install docker.io --> To install docker systemctl status docker.io --> To check status of docker sudo apt purge docker.io --> To comp...DiscussTrainWithShubham
krishnapal rawatkrishkp.hashnode.dev·Dec 2, 2023Docker swarm and docker StackSection 1: Docker Swarm Subsection 1.1: Understanding Docker Swarm Docker Swarm is a native clustering and orchestration tool for Docker. It allows you to create and manage a swarm of Docker hosts, turning them into a single, virtual Docker host. Unl...DiscussDocker
raju ghoraicoderj001.hashnode.dev·Dec 1, 2023Understanding Docker: A Guide for IT ProfessionalsIntroduction In the dynamic landscape of Information Technology, Docker has emerged as a groundbreaking tool, revolutionizing the way applications are designed, deployed, and managed. Its capability to make applications portable, scalable, and indepe...DiscussDocker
Rakesh Kumar Jangidrakeshkumarjangid.hashnode.dev·Dec 1, 2023Mastering Docker: Deploying Web Servers and Testing with Ease - How to Build, Push, Pull, and Verify Docker Images for Web Server Deployment?.Question : How can I create a Dockerfile with a base image of Linux, such as Rocky Linux or CentOS, to deploy a web server (specifically httpd) on port 80? Additionally, I'd like to include the installation of prerequisite programs using yum install...DiscussDockerrockylinux
Waleed Javedwaleed.hashnode.dev·Nov 30, 2023Mastering Docker: Optimizing App Images from 1.2GB to 300MB for Seamless DeploymentIn the ever-evolving landscape of web development, Docker has emerged as a game-changer, providing a standardized and efficient way to package, distribute, and deploy applications. Today, we'll explore not only the fundamental steps but also unveil a...DiscussCI/CD#waleedJaved
Shivam Sharmashivam-sharma.hashnode.dev·Nov 29, 2023Step By Step Guide To Dockerize React app with viteIn this post, you'll learn how to dockerize your react app created using the Vite tool for the development environment. Prerequisites Basic knowledge of React Basic understanding of what is docker, check my basic Docker Blog Docker on your local s...DiscussDocker