M
MeshWorld.
Back to Tags
Topic View

#Docker.

8 posts filed under this topic.

HowTo 5 min read

How to Install Docker on Ubuntu, macOS and Windows

Install Docker Desktop or Docker Engine step-by-step on Ubuntu, macOS, and Windows — including post-install setup, running your first container, and Docker Compose.

Vishnu
Vishnu
HowTo 5 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 5 min read

Docker Compose in Production: What You Need to Know

Running Docker Compose in production is different from dev. Here's what to change — health checks, restart policies, secrets, logging, networking, and resource limits — before you ship.

Vishnu
Vishnu
HowTo 5 min read

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

What .env files are, how to load them in Node.js, Python, and Docker, the common mistakes that expose API keys, and how to manage secrets safely in production.

Vishnu
Vishnu
HowTo 5 min read

How to Run PostgreSQL Locally with Docker

Run a full PostgreSQL database locally in under 2 minutes using Docker — with persistent volumes, docker-compose setup, GUI client access, and dump/restore commands.

Vishnu
Vishnu
Cheatsheet 5 min read

Docker Cheat Sheet: Images, Containers, Compose & More

Complete Docker reference — pulling images, running containers, volumes, networks, exec, logs, Docker Compose commands, Dockerfile tips, and disk cleanup.

Vishnu
Vishnu
Cheatsheet 5 min read

Kubernetes Cheat Sheet: Every kubectl Command You Actually Need

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

Vishnu
Vishnu
Docker 5 min read

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

Docker Desktop using 6GB RAM and spinning the fan constantly. A few targeted config changes — memory caps, layer caching, dev vs prod images — fixed it completely.

Vishnu
Vishnu