docker
8 articles tagged with "docker"
Tech Feeds
I Built a Nightly Pipeline That Deploys My App While I Sleep
Stack: Next.js 14 · Express.js · MySQL 8 · Docker · GitHub Actions · AWS EC2 · AWS ECR · AWS RDS · Route 53 · Nginx · Let's Encrypt I built a Job Application Tracker, a full-stack SPA with GitHub OAut...
seerr-team/seerr: Open-source media request and discovery manager for Jellyfin, Plex, and Emby.
Open-source media request and discovery manager for Jellyfin, Plex, and Emby.
How Docker Actually Works: A Deep Dive into the Internals
Most developers treat Docker as a black box — you write a Dockerfile, run docker up, and things just work. But what's actually happening under the hood? This post tears the curtain back and walks thro...
I ditched Google Drive for a free open-source sync tool — and it’s not Nextcloud
I finally have an app that perfectly bridges my cloud server and desktop.
Teaching Clawdbot About Docker
Last weekend, I stumbled onto something called Clawdbot. It's basically a self-hosted AI assistant that you can chat with through Discord, Slack, or even WhatsApp. Cool, but I wasn't sure what I'd act...
I shrunk my Docker images by over 50% with this one free tool
Seeing what your containers really carry changes everything.
🚨 AWS 128: Setting Up Amazon ECR and Pushing Docker Images
This tutorial guides users through setting up an Amazon Elastic Container Registry (ECR) for Docker images. It covers creating a private repository, building a custom Python app image, and pushing it to ECR, emphasizing key concepts like authentication tokens and image tagging.
Learning Docker by Building a Three-Tier MERN Application
This article provides a practical approach to learning Docker by building a three-tier MERN application, emphasizing real-world application over rote memorization. Key Docker concepts such as multi-stage builds, networking, and volumes are explored, demonstrating how to create reproducible environments.