MeshWorld India LogoMeshWorld.
Back to Tags
Topic View

#Docker.

Docker containerization tutorials covering Dockerfiles, multi-stage builds, Docker Compose, and container best practices.

19 posts
Dec 2025 – Jul 2026
Filed under this topic
How to Install Lightweight Kubernetes (K3s) on Ubuntu (2026)
HowTo5 min read

How to Install Lightweight Kubernetes (K3s) on Ubuntu (2026)

Learn how to install and configure K3s lightweight Kubernetes on Ubuntu 24.04/22.04 LTS with kubectl, non-root access, and Traefik ingress.

Vishnu
Vishnu
How to Install Open-WebUI with Ollama for Local AI (2026)
HowTo5 min read

How to Install Open-WebUI with Ollama for Local AI (2026)

Step-by-step guide to installing Open-WebUI and Ollama using Docker on Ubuntu and Linux for a private, offline ChatGPT-like AI environment.

Vishnu
Vishnu
How to Install NVIDIA Container Toolkit & PyTorch CUDA (2026)
HowTo5 min read

How to Install NVIDIA Container Toolkit & PyTorch CUDA (2026)

Complete guide to installing NVIDIA GPU drivers, NVIDIA Container Toolkit (nvidia-ctk), and PyTorch CUDA 12 on Ubuntu 24.04/22.04 LTS.

Vishnu
Vishnu
How to Self-Host Supabase with Docker Compose on Ubuntu (2026)
HowTo5 min read

How to Self-Host Supabase with Docker Compose on Ubuntu (2026)

Complete guide to self-hosting Supabase (PostgreSQL, Kong API Gateway, Auth, Realtime, Storage, and Studio UI) on Ubuntu 24.04/22.04 LTS using Docker Compose.

Vishnu
Vishnu
Self-Hosted AI Stack 2026: Ollama, Open WebUI, n8n & Qdrant Guide
Self-Hosted5 min read

Self-Hosted AI Stack 2026: Ollama, Open WebUI, n8n & Qdrant Guide

Run a complete AI stack on your own hardware. Step-by-step guide to installing and connecting Ollama, Open WebUI, n8n, and Qdrant for a fully local AI platform.

Jena
Jena
DevOps Pipeline with Free Tools: Complete CI/CD Setup Guide 2026
devops5 min read

DevOps Pipeline with Free Tools: Complete CI/CD Setup Guide 2026

Build a production-grade DevOps pipeline using free tools: GitHub Actions, Docker, CodeRabbit, SonarCloud, and Render. Step-by-step CI/CD setup with zero monthly cost.

Darsh Jariwala
Darsh Jariwala
Debugging Node.js OOM in Docker: V8 Heap Profiling Guide
NodeJS5 min read

Debugging Node.js OOM in Docker: V8 Heap Profiling Guide

A complete step-by-step guide to troubleshooting containerized Node.js memory leaks. Configure automatic V8 heap snapshot captures and connect securely to production containers.

Jena
Jena
How to Set Up Coolify for Self-Hosted Deployments
DevOps5 min read

How to Set Up Coolify for Self-Hosted Deployments

Step-by-step guide to setting up Coolify on your VPS. Learn to deploy Node.js/Docker apps, manage domains, and handle HTTPS for free on your own hardware.

Cobie
Cobie
How to Use Environment Variables in Docker
Docker5 min read

How to Use Environment Variables in Docker

Manage environment variables in Docker containers and Compose files — inline values, .env files, runtime injection, secrets, and production patterns.

Cobie
Cobie
Docker Multi-Stage Builds: Smaller Images, Faster Deploys
Docker5 min read

Docker Multi-Stage Builds: Smaller Images, Faster Deploys

Master Docker multi-stage builds — reduce image size, improve security, speed up builds. Production-ready patterns for Node.js, Python, Go, and more.

Cobie
Cobie
Docker Compose Cheat Sheet: Services, Volumes & Production
Cheatsheet5 min read

Docker Compose Cheat Sheet: Services, Volumes & Production

A complete Docker Compose guide covering service definitions, volumes, networks, and health checks. Includes production-ready templates and CLI commands.

Cobie
Cobie
How to Install Docker on Ubuntu, macOS and Windows
HowTo5 min read

How to Install Docker on Ubuntu, macOS and Windows

Step-by-step guide to installing Docker Desktop or Engine on Ubuntu, macOS, and Windows. Learn post-install setup and how to run your first container.

Vishnu
Vishnu
Docker & Docker Compose Cheat Sheet: Images, Containers & CLI (2026)
Cheatsheet5 min read

Docker & Docker Compose Cheat Sheet: Images, Containers & CLI (2026)

Complete Docker reference covering Dockerfile syntax, container management, volume persistence, networking, Compose V2, and multi-stage builds.

Vishnu
Vishnu
How to Write a Production Dockerfile for Node.js
HowTo5 min read

How to Write a Production Dockerfile for Node.js

Build small, fast, production-ready Docker images for Node.js — layer caching, multi-stage builds, non-root user, health checks, and .dockerignore explained.

Vishnu
Vishnu
Docker Compose in Production: Best Practices & Tips
Docker5 min read

Docker Compose in Production: Best Practices & Tips

Learn how to run Docker Compose in production securely. This guide covers health checks, restart policies, secrets, logging, and resource limits for deployment.

Vishnu
Vishnu
Run PostgreSQL Locally with Docker in Under 2 Minutes
HowTo5 min read

Run PostgreSQL Locally with Docker in Under 2 Minutes

Learn to run PostgreSQL locally using Docker. Includes persistent volumes, docker-compose setup, GUI client access, and essential dump or restore commands.

Vishnu
Vishnu
How to Set Up a .env File and Stop Leaking Secrets
HowTo5 min read

How to Set Up a .env File and Stop Leaking Secrets

Learn how to set up .env files in Node.js, Python, and Docker. Avoid common mistakes that expose API keys and manage your secrets safely in production.

Vishnu
Vishnu
Kubernetes Cheat Sheet: Every kubectl Command You Need (2026)
Cheatsheet5 min read

Kubernetes Cheat Sheet: Every kubectl Command You Need (2026)

Complete Kubernetes reference with copy-paste kubectl commands for pods, deployments, services, namespaces, config, scaling, logs, exec, and troubleshooting.

Vishnu
Vishnu
Docker Desktop Was Killing My Laptop. Here Is What Fixed It.
Docker5 min read

Docker Desktop Was Killing My Laptop. Here Is What Fixed It.

Is Docker Desktop killing your laptop? Fix high RAM usage and fan noise with memory caps, layer caching, and optimized dev images for better performance.

Vishnu
Vishnu

Related Topics

Discover more topics that complement what you've been reading about.