BuildWithMatija
Get In Touch
Build with Matija logo

Build with Matija

Modern websites, content systems, and AI workflows built for long-term growth.

Services

  • Headless CMS Websites
  • Next.js & Headless CMS Advisory
  • AI Systems & Automation
  • Website & Content Audit

Resources

  • Case Studies
  • How I Work
  • Blog
  • CMS Hub
  • E-commerce Hub
  • Dashboard

Headless CMS

  • Payload CMS Developer
  • CMS Migration
  • Payload vs Sanity
  • Payload vs WordPress
  • Payload vs Contentful

Get in Touch

Ready to modernize your stack? Let's talk about what you're building.

Book a discovery callContact me →
© 2026Build with Matija•All rights reserved•Privacy Policy•Terms of Service
  1. Home
  2. Blog
  3. Docker
Docker

Docker

Hub Category

Everything you need to know about using Docker to build, ship, and run applications in isolated environments.

Featured Articles

Docker Volume is in Use Error? 4 Proven Solutions

Docker Volume is in Use Error? 4 Proven Solutions

Simple removal, docker compose down -v, docker volume prune, and fixing 'volume is in use' when no containers are running

Matija Žiberna
Matija Žiberna
•13th May 2025
Read more
Fix Docker Permission Denied: Volumes, Bind Mounts & CI/CD

Fix Docker Permission Denied: Volumes, Bind Mounts & CI/CD

Bind mount ownership, USER directive, and CI/CD volume permission fixes

Series in this Category

Docker VPS Deployment Guide

Deploy applications on VPS with Docker: SSL setup, Nginx configuration, Cloudflare Tunnels, container migration, and production-ready patterns.

0 Articles
4 months ago

Related Commands

Fix Git Repository Ownership and Permissions

Recursively changes ownership of the .git directory to the current user and sets appropriate permissions for Git operations. This command resolves common permission issues that occur when Git repositories are created or modified with root privileges.

sudo chown -R $(whoami):$(whoami) .git && sudo chmod -R ug+rwx,o+rx .git

All Articles in this Hub

Use output: "standalone" to trim node_modules, fix sharp/image errors, and build minimal Next.js Docker images
Docker
Ultimate Next.js Standalone Dockerfile Guide (Tiny Images)

Shrink Next.js Docker images with output: "standalone": trace imports, copy only needed modules, fix sharp image errors, and produce lean production images.

Matija Žiberna
Matija Žiberna
about 2 months ago
  • Previous
  • 1
  • 2
  • Next
Page 1 of 2

Related Categories

Next.js

Next.js

Learn everything about Next.js, the leading React framework for building production-ready web apps.

React

React

Articles and tutorials on building modern web interfaces using React — from components and hooks to performance optimization and architecture.

Cloudflare

Cloudflare

Guides and insights on using Cloudflare for performance optimization, DNS management, security, and edge computing.

Newsletter

Stay Updated

Get practical notes and implementation updates without the noise.

Matija Žiberna
Matija Žiberna
•14th May 2025
Read more
Docker Compose env_file: When to Use vs environment Variables

Docker Compose env_file: When to Use vs environment Variables

Precedence rules, security trade-offs, and when to use each approach

Matija Žiberna
Matija Žiberna
•13th May 2025
Read more
Custom Dockerfile with Transformers v5 and pre-baked GLM-OCR weights for fast RunPod serverless cold starts
Docker
Run GLM-OCR on RunPod Serverless: 17-line Dockerfile

Learn how to run GLM-OCR on RunPod Serverless with a custom Dockerfile that pre-installs Transformers v5 and bakes model weights to eliminate cold starts.

Matija Žiberna
Matija Žiberna
2 months ago
A minimalist illustration of a MacBook displaying a terminal window running colima start and Docker commands, alongside the Docker whale and Colima mountain logos on a dark background.
Docker
Install Docker CLI on Mac with Colima — Fast Guide 2026

Install Docker CLI on Mac with Colima: a fast, CLI-only setup that replaces Docker Desktop, fixes credential helper issues, runs docker-compose, and saves…

Matija Žiberna
Matija Žiberna
4 months ago
Discover how to configure n8n in Docker to allow internal and external libraries securely on Ubuntu.
Docker
Unlock n8n: Enable External & Internal Libraries with Docker

Learn to enable internal and external libraries in n8n using Docker on Ubuntu, boosting functionality effortlessly.

Matija Žiberna
Matija Žiberna
6 months ago
Docker Container Migrate
Docker
Migrating Docker Containers Between VPS Servers Without Data Loss

Follow a proven Docker migration checklist to archive volumes, transfer backups between VPS servers, and relaunch your stack safely.

Matija Žiberna
Matija Žiberna
6 months ago
n8n self host
Docker
How to Self-Host n8n on Your VPS (Simple, Secure, and Production-Ready)

Install n8n on your VPS with Docker, expose it safely through Cloudflare Tunnel, add basic auth, and prep the stack for PostgreSQL when you scale.

Matija Žiberna
Matija Žiberna
6 months ago
Docker Cloudflared Tunnel
Docker
Cloudflare Tunnel + Docker: Expose Containers Without Nginx or Open Ports

Expose containers like n8n, Grafana, or any Node app to the internet using Cloudflare Tunnel—no Nginx, no DNS hassle, and automatic SSL.

Matija Žiberna
Matija Žiberna
7 months ago
Covnert CLI to API
Docker
How to Convert Your CLI Tool to a Production API with Zero Code Changes

Learn how to convert CLI tools to production APIs without rewriting code. Includes Express.js wrapper, Redis job queues, background processing, and Docker…

Matija Žiberna
Matija Žiberna
8 months ago
Deploy React Vite on Docker VPS
Docker
Vite Docker: Production Deployment with Nginx, SSL, and Compose

A step-by-step guide to deploying a React Vite app on a VPS using Docker, NGINX, HTTPS, and Compose—with production-ready asset handling and API proxying.

Matija Žiberna
Matija Žiberna
8 months ago
Dev containers docker
Docker
How to Configure Development Containers with Docker

Set up fast, consistent development environments using VSCode Dev Containers, Docker Compose, and hot reload for a React frontend and FastAPI backend.

Matija Žiberna
Matija Žiberna
8 months ago
Docker upgrade on Ubutnu 24
Docker
Update Docker to Latest Version on Ubuntu

Complete walkthrough for upgrading Docker on Ubuntu servers and development machines using Docker's official repository for the latest features and security updates.

Matija Žiberna
Matija Žiberna
8 months ago
Certbot Docker automatic renew
Docker
Docker Certbot Auto-Renewal: SSL Setup with Nginx
Matija Žiberna
Matija Žiberna
11 months ago