Skip to content
ITNotes ITNotes

From Terminal to Cloud

  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
Home » docker
HomeLab tutorial - IT technology blog
Posted inHomeLab

Deploy Windmill on Docker: Code-First Workflow Automation for Your HomeLab

September 8, 2026
Windmill is a self-hosted workflow automation platform where every script is real code — Python, TypeScript, or Go — with git history, LSP autocomplete, and isolated testing. Deploy it with Docker Compose to stop writing automation logic in textarea boxes and start building version-controlled, testable flows.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

Distributed Tracing with Grafana Tempo and OpenTelemetry: Cut Storage Costs with Trace Sampling

September 8, 2026
Distributed tracing is the missing piece when logs alone can't explain why your microservice requests are slow. This guide walks through setting up Grafana Tempo with OpenTelemetry and tail-based sampling — so you keep every trace that matters while keeping storage costs under control.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Database Testing Pipeline with Testcontainers and pytest: Catch Schema and Migration Bugs Before They Hit Production

September 8, 2026
Learn how to build a database integration testing pipeline with Testcontainers and pytest that runs real PostgreSQL containers in CI/CD. Test schema migrations, query correctness, and rollback safety before any code reaches production.
Read More
HomeLab tutorial - IT technology blog
Posted inHomeLab

Linkwarden on Docker: Stop Losing Data to Link Rot and 404 Errors

September 8, 2026
Tired of dead links? Learn how to deploy Linkwarden on Docker to create a self-hosted, collaborative bookmark manager that automatically archives every web page as a PDF and screenshot.
Read More
HomeLab tutorial - IT technology blog
Posted inHomeLab

Ditch the Cloud: Self-Hosting CouchDB for Lightning-Fast Obsidian Sync

September 8, 2026
Tired of sync conflicts in Obsidian? This guide shows you how to set up a private CouchDB server using Docker for near-instant, encrypted note synchronization across all your devices.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

Stop Deploying Broken Docker Images: A Guide to Container Structure Tests

September 3, 2026
Container Structure Tests help you catch Dockerfile errors before they reach production. Learn to automate checks for file permissions, binary versions, and security metadata.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

Ditch the ‘Works on My Machine’ Trap: Build Your Own CDE with Coder

August 29, 2026
Stop wrestling with local dependency hell. Learn how to build a self-hosted Cloud Development Environment (CDE) using Coder and Terraform to standardize your team's workflow.
Read More
HomeLab tutorial - IT technology blog
Posted inHomeLab

Stop the Leaks: Using Gluetun as a Centralized Docker VPN Gateway

August 25, 2026
Is your HomeLab leaking your real IP? Learn how to use Gluetun and Docker to create a centralized VPN gateway with a fail-safe kill switch for all your services.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Deploying Milvus on Docker: A Production Guide for Enterprise AI and RAG Applications

August 19, 2026
A hands-on guide to deploying Milvus vector database on Docker, based on six months of production experience running a 50-million-vector RAG pipeline. Covers Standalone setup, configuration tuning for performance, index selection, and monitoring with Attu and Prometheus.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Deploy Airbyte on Docker: Automate ELT Data Sync Across Databases and Warehouses

August 19, 2026
Manual data pipelines between databases and warehouses break down fast as your stack grows. Airbyte on Docker gives you a self-hosted ELT platform with 300+ connectors — this guide walks through deployment, configuring a PostgreSQL source, choosing the right sync mode, and monitoring jobs from day one.
Read More

Posts pagination

1 2 3 … 19 Next page
Copyright 2026 — ITNotes. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top