BuildWithMatija
Get In Touch
Build with Matija Logo

Build with Matija

Moderne Websites, Content-Systeme und KI-Workflows für langfristiges Wachstum.

Leistungen

  • Headless-CMS-Websites
  • Next.js- & Headless-CMS-Beratung
  • KI-Systeme & Automatisierung
  • Website- & Content-Audit

Ressourcen

  • Case Studies
  • Wie ich arbeite
  • Blog
  • Themen
  • CMS-Hub
  • E-Commerce-Hub
  • B2B-Website-Strategie
  • Dashboard

Headless CMS

  • Payload CMS Entwickler
  • CMS-Migration
  • Multi-Tenant CMS
  • Payload vs Sanity
  • Payload vs WordPress
  • Payload vs Contentful

Kontakt

Bereit, deinen Stack zu modernisieren? Lass uns über dein Vorhaben sprechen.

Discovery Call buchenKontakt aufnehmen →
© 2026Build with Matija•Alle Rechte vorbehalten•Datenschutzerklärung•Nutzungsbedingungen
  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

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

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

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

Matija Žiberna
Matija Žiberna
•14th May 2025

Series in this Category

Related Commands

All Articles in this Hub

  • Previous
  • 1
  • 2
  • Next
Page 1 of 2

Related Categories

Newsletter

Stay Updated

Get practical notes and implementation updates without the noise.

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
Docker Volume is in Use Error? 4 Proven Solutions
Read more
Fix Docker Permission Denied: Volumes, Bind Mounts & CI/CD
Read more
Docker VPS Deployment Guide

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

0 Articles
7 months ago

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
How Vercel's container support changes backend hosting — when stateless HTTP APIs, Active CPU pricing, and preview…

Docker

Vercel Dockerfile Support: Should Your Backend Move?

Vercel Dockerfile support lets you run containerized backends as Vercel Functions — when to move a stateless HTTP API, cost tradeoffs and migration checklist.

24 days ago
TypeScript + Docker walkthrough to deploy Qdrant on a VPS, generate OpenAI embeddings, and enable fast semantic search

Docker

Self-Host a Qdrant Vector Store for Semantic Blog Search (TypeScript + Docker)

Self-host Qdrant to add semantic blog search: a concise TypeScript + Docker guide for VPS deployment, OpenAI embeddings, deterministic IDs and snapshot backups.

about 2 months ago
Step-by-step guide using GitHub Actions, appleboy/ssh-action and Docker Compose port offsets to run dev and prod on…

Docker

GitHub Actions SSH Deploy to VPS: Run Dev & Prod Safely

Deploy production via GitHub Actions over SSH while keeping a dev clone on the same VPS; learn the two-folder Docker Compose pattern, mediamtx.yml guard, and…

about 2 months ago
Step-by-step S3-compatible Garage setup on Ubuntu VPS using Docker Compose and Payload CMS for lightweight self-hosted…

Docker

Garage Object Storage on a VPS: 10-Minute Setup Guide

Deploy S3-compatible Garage object storage on an Ubuntu VPS with Docker Compose—generate credentials, create a bucket, and securely connect it to Payload CMS.

2 months ago
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.

5 months ago
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.

5 months ago
A minimalist illustration of a MacBook displaying a terminal window running colima start and Docker commands…

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…

6 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.

8 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.

9 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.

9 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.

9 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…

11 months ago
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.