Neeraj Guptaminex.hashnode.dev·a day agoSimple Docker-Compose Deployment for Python-based Todo ApplicationsThis blog will show how to deploy the todo application with a docker-compose file. About application This application setup consists of two main components orchestrated using Docker Compose: a PostgreSQL database and a Todo application. Here's a brie...Discuss·1 likeDocker
Steve Smithtechburner.hashnode.dev·Nov 19, 2024Docker Tutorial: A Step by Step Guide for BeginnersIf you have ever experienced this “it works on my machine” problem, Docker might be the tool you have been looking for. But exactly what is Docker and how can it simplify your development process? Let’s dive into a beginner friendly guide that explai...DiscussDocker
Akaeze Kosisochukwuaudrey01.hashnode.dev·Nov 18, 2024A Comprehensive Guide to Containerizing Applications, Orchestrating with Kubernetes, and Monitoring with Prometheus.This article is a step-by-step practical guide on deploying a containerized application on Amazon EKS, monitoring the application using Prometheus and Grafana, and creating a CI/CD Pipeline to facilitate our workflow. The Frontend uses NextJs while t...Discuss·1 like·59 readsDocker
Fauzeyafauzeya.hashnode.dev·Nov 17, 2024Day 20 Essential Docker Cheat Sheet for DevOps EngineersBasics CommandDescription docker --versionCheck the installed Docker version. docker infoDisplay system-wide information about Docker. Images CommandDescription docker pull <image>Download an image from Docker Hub (or a registry). d...Discuss·3 likes·39 readsDocker
Fauzeyafauzeya.hashnode.dev·Nov 17, 2024Day 19 Docker for DevOps EngineersDocker Volumes and Networks: Key Concepts for DevOps What is a Docker Volume? A Docker volume can persist and share container data beyond its lifecycle. It enables: Data persistence: Ensures data survives container restarts and removals. Data shari...Discuss·2 likesDevops
Rigel Carbajalrigelcarbajal.com·Nov 17, 2024Mi Raspberry Pi, mi laboratorio de DB'sComo tal vez no lo saben (claro que no lo saben, pero aquí va), he comenzado mi maestría en Big Data y Ciencia de Datos, lo que me ha llevado a sumergirme más profundamente en el fascinante mundo de las bases de datos. Parte por curiosidad personal, ...DiscussDatabases
Jayesh Nalawadejayeshdevops.hashnode.dev·Nov 16, 2024Docker Commands (part-1)Beginner Commands: docker --version Check the Docker version installed on your system. Example: docker --version docker pull <image> Download a Docker image from Docker Hub. Example: docker pull ubuntu docker build -t <tag> <path> Build a...Discuss·1 likeDevops LearningAWS
Munilakshmi G J100daysdevops.hashnode.dev·Nov 15, 2024Day 21 of 100 Days : Getting Started with Docker Compose – Simplifying Multi-Container DeploymentsWelcome back! Today, we’re diving into Docker Compose—a powerful tool that streamlines the process of working with multi-container applications. Whether your application includes databases, caching systems, or multiple microservices, Docker Compose e...DiscussDocker
Jayesh Nalawadejayeshdevops.hashnode.dev·Nov 13, 2024Docker BasicsDocker is a popular platform for developing, shipping, and running applications in isolated environments called containers. Containers package all the dependencies, configurations, and code an application needs, making it portable and consistent acro...DiscussDevops LearningAWS
Laura Diazlaurainthecloud.hashnode.dev·Nov 12, 2024🐳 My Docker Journey: From Zero to "It Works on My Machine" (For Real This Time 😂!)The Starting Point The First “Aha!” Moment Real Challenges I Tacked My Biggest Wins Some Tips Next Steps To Anyone Starting Out The Starting Point Like many, I started my DevOps bootcamp thinking "What's the deal with containers?” As I contin...Discuss·4 likes·64 readsDevOps Engineer Bootcamp