Erhan ÜRGÜNerho.dev·Dec 19, 2024Docker İmajları'nın Güvenilirliği Nasıl Kontrol Edilir?Bir an için kendinize sorun: Kendi bilgisayarınızda veya sunucunuzda çalışan Docker tabanlı uygulamalar ne kadar güvenli? Sisteminizin herhangi bir zafiyet nedeniyle tehdit altında olabileceğini düşünmek bile tedirgin edici değil mi? Docker tabanlı p...29 readsOtherDocker
vikas bhaskar vooradidevjourney.co.in·Dec 18, 2024Running Jenkins on Docker for WindowsA Step-by-Step Guide to Running Jenkins in Docker on Windows Running Jenkins using Docker on Windows simplifies its installation and ensures a clean, isolated environment. Here's how I achieved this setup Prerequisites Docker for Desktop: Make sure D...Devops
Rutvik Mangukiyarutvikmangukiya.hashnode.dev·Dec 14, 2024Docker Compose: Deploying a Web Application with Nginx & MySQL-Django Notes AppIntroduction Docker makes deploying applications simple and efficient by containerizing your application and its dependencies. In this guide, we will walk through building a Django-based notes application with MySQL as the database, orchestrated usi...DevOpsDocker
Surya Prakash Chakrawartisuryapraksh.hashnode.dev·Dec 4, 2024Docker Containers: Everything You Need to KnowDocker Containers: Everything You Need to Know Docker has revolutionized the way we build, share, and run applications. Containers provide a lightweight, portable, and consistent environment for your apps. In this blog, I’ll walk you through the basi...10 likesDocker
Rutvik Mangukiyarutvikmangukiya.hashnode.dev·Dec 3, 2024Docker Network & Volumes: Deploying a Two-Tier Flask App with MySQLIntroduction DevOps methodologies, emphasizing automation and collaboration, have revolutionized the software development lifecycle. This article will explore using Docker to deploy a two-tier Flask application integrated with a MySQL database. The ...1 likeDevOps#TWS
Syed Dadapeerdrops.hashnode.dev·Dec 3, 2024Comprehensive Docker Cheat-Sheet for DevOps ProfessionalsHey there, tech enthusiasts and DevOps explorers! 👋 Welcome to your ultimate Docker & Docker Compose command cheat-sheet! 📋 Imagine: You’re in the middle of a project, knee-deep in containers, and suddenly you hit a wall. You know the command you n...90DaysOfDevOpsDocker
Syed Dadapeerdrops.hashnode.dev·Dec 2, 2024Day 19 Guide to Docker Volume and Network SetupHey DevOps enthusiasts! 👋 Ever wondered how Docker manages data or how containers communicate with each other? If yes, you're in the right place! Today, we’re diving into Docker Volumes and Docker Networks in the most practical way possible. Plus, w...90DaysOfDevOpsDocker
Prem Choudharyprem14choudhary.hashnode.dev·Nov 30, 2024Two-tier-flask-app deployment with docker🐠...!!Firstly, we have to pull the mysql server. Steps to do this: Open your EC2 terminal. Run: docker pull mysql Then, clone the application to your EC2 server. Open your EC2 terimal. Run: git clone https://github.com/prem14choudhary/two-tier-flask-...10 likesFlask Framework
Prem Choudharyprem14choudhary.hashnode.dev·Nov 30, 2024How to make docker file🐠...??We will make a docker file for a simple java application so firstly we have to clone it.Copy this link: https://github.com/prem14choudhary/simple-java-docker.git Here’s the solution': ssh to your EC2 instance. Run for making project folder: mkdir p...Docker
Prem Choudharyprem14choudhary.hashnode.dev·Nov 30, 2024Cannot able to login with docker🐠...??Here’s the solution: 1. Login to docker hub.2. Click on account settings in the top right corner.3. Scroll down to token.4. Create a token.5. ssh to you EC2 instance.6. Run docker login ghcr.io --username <your_username> --password <your_access_token...Docker