Tagged articles
2367 articles
Page 2 of 24
Black & White Path
Black & White Path
Feb 23, 2026 · Information Security

PentAGI: AI‑Powered Penetration Testing Platform Integrates 20+ Tools to Redefine Security Assessments

PentAGI is an open‑source, AI‑driven penetration testing platform released by VXControl in early 2025 that automatically orchestrates over twenty security tools—including Nmap, Metasploit, sqlmap—and generates comprehensive reports within isolated Docker environments, offering advanced agent architecture, real‑time intelligence gathering, and scalable deployment options.

AI penetration testingDockerLLM
0 likes · 5 min read
PentAGI: AI‑Powered Penetration Testing Platform Integrates 20+ Tools to Redefine Security Assessments
Su San Talks Tech
Su San Talks Tech
Feb 20, 2026 · Backend Development

How to Sync MySQL to Elasticsearch with DBSyncer: A Step‑by‑Step Guide

This guide introduces the open‑source DBSyncer tool, explains its key features, shows how to install it via Docker, and provides detailed step‑by‑step examples of synchronizing MySQL tables to another MySQL instance and to Elasticsearch, including configuration, field mapping, and verification.

DBSyncerDockerElasticsearch
0 likes · 6 min read
How to Sync MySQL to Elasticsearch with DBSyncer: A Step‑by‑Step Guide
Test Development Learning Exchange
Test Development Learning Exchange
Feb 19, 2026 · Cloud Native

210 Essential Docker Q&A: Master Images, Containers, Networks, Volumes, and More

This comprehensive Docker guide presents 210 practical questions and answers covering fundamental concepts, image and container management, networking, storage volumes, Dockerfile best practices, Docker Compose usage, security hardening, performance tuning, and troubleshooting techniques for developers and operators alike.

ContainerDevOpsDocker
0 likes · 28 min read
210 Essential Docker Q&A: Master Images, Containers, Networks, Volumes, and More
Black & White Path
Black & White Path
Feb 17, 2026 · Information Security

AI-Generated Malware Exploits React2Shell to Attack Docker: A Low‑Barrier Threat Surge

A Darktrace‑detected campaign shows AI‑generated malware leveraging the React2Shell vulnerability to compromise an intentionally exposed Docker daemon, download LLM‑crafted payloads, and install XMRig mining software, highlighting a new low‑skill threat vector that evades traditional signature defenses.

AI-generated malwareDockerLLM
0 likes · 5 min read
AI-Generated Malware Exploits React2Shell to Attack Docker: A Low‑Barrier Threat Surge
Go Development Architecture Practice
Go Development Architecture Practice
Feb 13, 2026 · Cloud Native

How to Shrink Docker Images by Up to 98%: Practical Labs and Tips

This step‑by‑step guide explains Docker image layers, demonstrates seven labs that progressively reduce image size using smaller base images, RUN command chaining, export/import compression, scratch builds, dynamic library extraction, and static Go binaries, achieving reductions from hundreds of megabytes to just a few megabytes.

ContainerDevOpsDocker
0 likes · 15 min read
How to Shrink Docker Images by Up to 98%: Practical Labs and Tips
MaGe Linux Operations
MaGe Linux Operations
Feb 12, 2026 · Information Security

Master Linux Permissions: From chmod Basics to Advanced ACL, SELinux & Containers

This comprehensive guide walks you through Linux's multi‑layered permission system—covering basic UGO rwx bits, numeric and symbolic modes, special bits, ACLs, SELinux/AppArmor, capabilities, chattr attributes, and container‑level controls such as SecurityContext and Pod Security Standards—so you can design a robust, least‑privilege security model for servers and cloud workloads.

ACLDockerPermissions
0 likes · 34 min read
Master Linux Permissions: From chmod Basics to Advanced ACL, SELinux & Containers
AI Engineering
AI Engineering
Feb 11, 2026 · Artificial Intelligence

Harrison Chase Explains Two Sandbox Architectures for AI Agents

The article analyzes why AI agents need isolated sandboxes, outlines two architectural patterns—running the agent inside a sandbox or using the sandbox as an external tool—compares their advantages and challenges, and provides concrete implementation examples and community insights.

AI agentsAPIDocker
0 likes · 11 min read
Harrison Chase Explains Two Sandbox Architectures for AI Agents
Su San Talks Tech
Su San Talks Tech
Feb 11, 2026 · Backend Development

Deploy SpringBoot to Docker with Alibaba’s CloudToolkit Plugin – A Step‑by‑Step Guide

This guide introduces Alibaba’s free CloudToolkit IntelliJ IDEA plugin, explains how to install it, configure remote hosts, and use its built‑in terminal and deployment features to automatically package a SpringBoot application into a Docker image, upload scripts, and launch the container with one click.

Automated DeploymentCloudToolkitDevOps
0 likes · 6 min read
Deploy SpringBoot to Docker with Alibaba’s CloudToolkit Plugin – A Step‑by‑Step Guide
Top Architect
Top Architect
Feb 10, 2026 · Backend Development

How to Deploy the ModernWMS Open‑Source Warehouse Management System on Linux, Windows, and Docker

This guide introduces the ModernWMS open‑source warehouse management system, outlines its key features, lists supported Linux and Windows distributions, and provides step‑by‑step commands for installing .NET SDK, Node.js, building the frontend and backend, configuring Nginx, and deploying the application via Docker, followed by usage instructions.

BackendDockerOpenSource
0 likes · 10 min read
How to Deploy the ModernWMS Open‑Source Warehouse Management System on Linux, Windows, and Docker
IT Services Circle
IT Services Circle
Feb 10, 2026 · Information Security

Can AI Secure Its Own Code? Inside Shannon, the Autonomous Penetration Tester

After adopting AI coding tools like Claude Code and Codex, developers see productivity soar, but faster code introduces more vulnerabilities; the open‑source project Shannon, now topping GitHub Trending, acts as an autonomous AI penetration tester that attacks your web app, proves exploits, and reports only successful attacks, helping secure AI‑generated code.

AIAutomationDocker
0 likes · 6 min read
Can AI Secure Its Own Code? Inside Shannon, the Autonomous Penetration Tester
Woodpecker Software Testing
Woodpecker Software Testing
Feb 8, 2026 · Information Security

Deploying Strix AI Security Testing Platform: From Scratch to Real‑World Use

This guide walks you through the full deployment of the open‑source Strix AI security testing platform, covering environment setup, dependency management, configuration, core module verification, real‑world scanning scenarios, performance tuning, Docker packaging, CI/CD integration, and troubleshooting steps.

AI security testingDeploymentDocker
0 likes · 7 min read
Deploying Strix AI Security Testing Platform: From Scratch to Real‑World Use
macrozheng
macrozheng
Feb 8, 2026 · Operations

Quickly Install and Use ERPNext with Docker: A Complete Guide

This article introduces the open‑source ERPNext system, outlines its key features, and provides step‑by‑step Docker commands for self‑hosting, enabling businesses to deploy a full‑featured, customizable ERP solution quickly and cost‑effectively.

DockerERPNextInstallation
0 likes · 4 min read
Quickly Install and Use ERPNext with Docker: A Complete Guide
Code Wrench
Code Wrench
Feb 8, 2026 · Cloud Native

How to Build Tiny, Clean, and Maintainable Docker Images for Go Services

This article shares practical experience and step‑by‑step guidance on constructing minimal, secure Go service Docker images using multi‑stage builds, scratch and distroless bases, and how to handle real‑world concerns like certificates and time zones.

Container SecurityDistrolessDocker
0 likes · 7 min read
How to Build Tiny, Clean, and Maintainable Docker Images for Go Services
AI Engineering
AI Engineering
Feb 5, 2026 · Artificial Intelligence

CuaBot v1.0: A Third Way for AI Agents to Control Your Computer

CuaBot v1.0 introduces a new open‑source approach that lets AI agents interact with a desktop via independent cursors and sandboxed windows, avoiding full‑screen screenshots and mouse hijacking while supporting multi‑agent parallelism, H.265 video, audio, clipboard sharing, and a CLI built on Xpra and Docker.

AI automationCLICuaBot
0 likes · 4 min read
CuaBot v1.0: A Third Way for AI Agents to Control Your Computer
AI Engineering
AI Engineering
Feb 4, 2026 · Artificial Intelligence

NanoClaw: A 500‑Line Minimal Claude Bot Running in Apple Containers

NanoClaw trims the bloated OpenClaw codebase to just 500 lines, runs inside an Apple container for security, adds Docker support for Linux, and discusses the trade‑offs between sandbox restrictions and AI assistant capabilities while warning of its fleeting popularity.

AI AssistantApple containerClaude
0 likes · 3 min read
NanoClaw: A 500‑Line Minimal Claude Bot Running in Apple Containers
AI Engineering
AI Engineering
Feb 1, 2026 · Artificial Intelligence

How a Virtual AI Team Built with Clawdbot Can Run Real Business Operations

The article details a founder's implementation of a ten‑agent AI team using the open‑source Clawdbot (now OpenClaw) framework, describing its architecture, cost‑saving heartbeat mechanism, Mission Control collaboration platform, and a concrete workflow that lets the agents autonomously produce competitive analyses, marketing content, and code tasks for a company.

AI agentsClawdbotConvex
0 likes · 8 min read
How a Virtual AI Team Built with Clawdbot Can Run Real Business Operations
Old Zhang's AI Learning
Old Zhang's AI Learning
Feb 1, 2026 · Artificial Intelligence

Microsoft VibeVoice‑ASR Open‑Source: One‑Shot 60‑Minute Transcription with Speaker ID and Timestamps

Microsoft’s newly open‑sourced VibeVoice‑ASR model can transcribe up to 60‑minute audio in a single pass, preserving global context while providing built‑in speaker diarization and timestamps, supports 50+ languages, offers custom hot‑word injection, and can be deployed via Docker, Gradio, or vLLM for high‑throughput API services.

ASRDockerLoRA
0 likes · 9 min read
Microsoft VibeVoice‑ASR Open‑Source: One‑Shot 60‑Minute Transcription with Speaker ID and Timestamps
Dunmao Tech Hub
Dunmao Tech Hub
Jan 30, 2026 · Databases

How to Add PostGIS Extension to Kingbase: A Step‑by‑Step Docker Guide

This guide explains how to integrate the PostGIS spatial extension into a Kingbase database running in Docker, covering prerequisite communication with support, extracting the extension files, copying necessary binaries, restarting the container, and verifying the installation with sample queries.

DockerKingbasePostGIS
0 likes · 6 min read
How to Add PostGIS Extension to Kingbase: A Step‑by‑Step Docker Guide
SpringMeng
SpringMeng
Jan 30, 2026 · Artificial Intelligence

Hands‑On Guide: Build AI Agent Chatbots on Windows with RagFlow

Programmer Xiao Meng walks through a complete Windows setup for AI‑powered customer service agents using RagFlow, covering prerequisites, Docker and Ollama installation, model download, container deployment, configuration of knowledge bases, and testing, based on five real‑world projects.

AI chatbotDockerOllama
0 likes · 7 min read
Hands‑On Guide: Build AI Agent Chatbots on Windows with RagFlow
php Courses
php Courses
Jan 30, 2026 · Artificial Intelligence

Deploy Clawdbot: Step‑by‑Step Guide to Your Personal AI Agent

This guide explains how to set up the open‑source Clawdbot personal AI agent, covering hardware and software prerequisites, required credentials, download sources, three installation methods (Docker, one‑click script, npm), Telegram integration, common commands, advanced configuration, and troubleshooting tips.

ClawdbotDockerInstallation
0 likes · 11 min read
Deploy Clawdbot: Step‑by‑Step Guide to Your Personal AI Agent
Java Backend Technology
Java Backend Technology
Jan 29, 2026 · Databases

How to Securely Automate Database Backups with Databasus

Databasus is a free, open‑source, self‑hosted backup tool that supports PostgreSQL, MySQL, MariaDB and MongoDB, offers flexible scheduling, multiple storage backends, enterprise‑grade encryption, team collaboration features, and can be installed via a simple script or Docker.

DevOpsDockerSecurity
0 likes · 7 min read
How to Securely Automate Database Backups with Databasus
Old Meng AI Explorer
Old Meng AI Explorer
Jan 28, 2026 · Artificial Intelligence

How DeepTutor Turns AI into a Personal Learning Mentor

DeepTutor, an open‑source AI tutoring platform from HKU’s Data Science Lab, combines a four‑layer architecture, interactive visualizations, a dual‑loop reasoning engine, and exam‑cloning features, and can be deployed with a single Docker command, offering a guided learning experience that emphasizes thinking over instant answers.

AI tutoringDockerEducational Technology
0 likes · 7 min read
How DeepTutor Turns AI into a Personal Learning Mentor
Architect's Guide
Architect's Guide
Jan 28, 2026 · Operations

How to Deploy and Use Arthas Tunnel for Real‑Time Java Diagnostics

This guide explains how to build, run, and deploy the open‑source Arthas Tunnel tool—including Maven compilation, Docker and Helm deployment, UI startup, and integration with Spring Boot via the eden‑architect framework—while providing configuration examples and repository links for quick setup.

ArthasDockerJava Diagnostics
0 likes · 6 min read
How to Deploy and Use Arthas Tunnel for Real‑Time Java Diagnostics
Dunmao Tech Hub
Dunmao Tech Hub
Jan 27, 2026 · Databases

Deploy Kingbase ES with Docker and Integrate It into Spring Boot

This guide walks through installing the Kingbase ES database via Docker, configuring persistence, adding the official driver to a Spring Boot project, adjusting the application.yml for PostgreSQL compatibility, and troubleshooting common container startup issues and SQL import procedures.

DockerKingbasePostgreSQL Compatibility
0 likes · 6 min read
Deploy Kingbase ES with Docker and Integrate It into Spring Boot
macrozheng
macrozheng
Jan 27, 2026 · Backend Development

Why Tomcat Beats Jetty 15× with SpringBoot 4 Virtual Threads

A performance comparison of SpringBoot 4.0 with virtual threads shows Tomcat achieving up to fifteen times higher QPS than Jetty, while startup times remain similar, and provides step‑by‑step instructions for building native Docker images and switching containers.

DockerJettySpringBoot
0 likes · 10 min read
Why Tomcat Beats Jetty 15× with SpringBoot 4 Virtual Threads
Architecture Digest
Architecture Digest
Jan 26, 2026 · Databases

How to Securely Backup Your Databases with the Open‑Source Databasus Tool

Databasus is a free, self‑hosted open‑source backup solution that supports PostgreSQL, MySQL, MariaDB and MongoDB, offers flexible scheduling, multiple storage backends, enterprise‑grade encryption, team collaboration features, and can be installed via a Linux script or Docker with detailed usage steps.

AutomationDatabase BackupDocker
0 likes · 7 min read
How to Securely Backup Your Databases with the Open‑Source Databasus Tool
java1234
java1234
Jan 24, 2026 · Operations

A Lightweight Nginx Log Analyzer That Actually Works

NginxPulse is a lightweight, Docker‑ready Nginx log analysis panel built with Go‑Gin backend and Vue3 frontend, offering real‑time PV/UV, IP geolocation, multi‑site support, custom log formats, remote log fetching, and easy deployment via a single command or Compose file.

DockerGoNGINX
0 likes · 7 min read
A Lightweight Nginx Log Analyzer That Actually Works
Xiao Liu Lab
Xiao Liu Lab
Jan 23, 2026 · Operations

How to Build Enterprise‑Ready Docker Images in 5 Minutes

This guide walks you through the four essential principles for production Docker images, demonstrates a complete multi‑stage Dockerfile for a Flask app, shows how to tag, build, verify, and deploy with docker‑compose, and warns against unsafe shortcuts like docker commit.

DevOpsDockerFlask
0 likes · 11 min read
How to Build Enterprise‑Ready Docker Images in 5 Minutes
Efficient Ops
Efficient Ops
Jan 20, 2026 · Operations

Deploy Netdata for Real‑Time System Monitoring in Seconds

This guide introduces Netdata, an open‑source real‑time monitoring solution, outlines its key features, and provides step‑by‑step installation instructions for Linux and Docker, along with configuration of auto‑discovery, alerts, core metrics, and UI previews.

DevOpsDockerLinux
0 likes · 5 min read
Deploy Netdata for Real‑Time System Monitoring in Seconds
MaGe Linux Operations
MaGe Linux Operations
Jan 18, 2026 · Artificial Intelligence

How to Deploy Scalable LLM Inference on Kubernetes with GPU Autoscaling

This guide walks through building a production‑grade Kubernetes GPU cluster for large language model inference, covering hardware sizing, GPU resource scheduling, model storage options, automated scaling with HPA, health checks, monitoring, troubleshooting, and multi‑model deployment strategies.

DockerGPUInference
0 likes · 49 min read
How to Deploy Scalable LLM Inference on Kubernetes with GPU Autoscaling
DevOps Coach
DevOps Coach
Jan 17, 2026 · Operations

Your 2026 DevOps Roadmap: From Zero to Engineer in 12 Steps

This comprehensive 2026 DevOps learning roadmap guides beginners through twelve progressive stages—from mindset and Linux fundamentals to containerization, Kubernetes, cloud platforms, CI/CD pipelines, infrastructure as code, monitoring, real‑world projects, and job‑search preparation—ensuring a clear, hands‑on path to becoming a competent DevOps engineer.

DevOpsDockerKubernetes
0 likes · 11 min read
Your 2026 DevOps Roadmap: From Zero to Engineer in 12 Steps
Data STUDIO
Data STUDIO
Jan 14, 2026 · Backend Development

Why FastAPI Is the Ideal Choice for High‑Performance Python Microservices – A Hands‑On Guide

This article explains how FastAPI’s async support, type‑hint integration, automatic OpenAPI docs, and rich ecosystem enable Python developers to build scalable, secure microservices with layered architecture, JWT authentication, performance optimizations, comprehensive testing, Docker/Kubernetes deployment, and structured logging.

DockerFastAPIJWT
0 likes · 22 min read
Why FastAPI Is the Ideal Choice for High‑Performance Python Microservices – A Hands‑On Guide
Old Meng AI Explorer
Old Meng AI Explorer
Jan 9, 2026 · Artificial Intelligence

How UltraRAG Turns RAG Deployment into a Zero‑Code, Multi‑Modal Powerhouse

UltraRAG, an open‑source RAG framework from THUNLP and NEUIR, eliminates data‑cooking, retrieval tuning, and fine‑tuning hurdles by offering a zero‑code Web UI, one‑click data synthesis, multimodal support, modular design, and comprehensive evaluation, enabling enterprises, developers, and researchers to launch domain‑specific RAG systems up to twice as fast with up to 30% higher accuracy.

DockerOpen-sourceRAG
0 likes · 10 min read
How UltraRAG Turns RAG Deployment into a Zero‑Code, Multi‑Modal Powerhouse
Java Architecture Diary
Java Architecture Diary
Jan 8, 2026 · Backend Development

Why Tomcat Outperforms Jetty 15× with Virtual Threads in Spring Boot 4.0

A detailed benchmark shows that enabling Java virtual threads in Spring Boot 4.0 makes Tomcat handle up to fifteen times more requests than Jetty, while startup times remain similar, and the article explains the test setup, configuration steps, native image builds, and the reasons behind Jetty's limitation.

DockerJettySpringBoot
0 likes · 10 min read
Why Tomcat Outperforms Jetty 15× with Virtual Threads in Spring Boot 4.0
Woodpecker Software Testing
Woodpecker Software Testing
Jan 6, 2026 · User Experience Design

Optimizing the Distribution Platform with User Experience Testing

This article explains how systematic user‑experience testing—covering environment setup, core function benchmarks, and performance monitoring—reveals Distribution’s strengths in multi‑platform compatibility and stability while identifying documentation, configuration, and error‑handling gaps, and recommends tools and continuous improvement practices to enhance the open‑source software distribution platform.

Automated TestingContinuous ImprovementDocker
0 likes · 4 min read
Optimizing the Distribution Platform with User Experience Testing
Ray's Galactic Tech
Ray's Galactic Tech
Jan 6, 2026 · Backend Development

Scalable GPS Data Backend: SpringBoot, Kafka, MongoDB & Redis Design

This guide outlines a complete backend architecture for high‑volume GPS data, detailing the overall system flow, technology stack choices, Maven dependencies, data models, Kafka producer/consumer configurations, SpringBoot controllers, asynchronous processing, Redis caching, health checks, Docker deployment, and performance tuning recommendations to ensure stability and scalability.

DockerKafkaMongoDB
0 likes · 11 min read
Scalable GPS Data Backend: SpringBoot, Kafka, MongoDB & Redis Design
Xiao Liu Lab
Xiao Liu Lab
Jan 6, 2026 · Operations

Boost Docker Pull Speed: Verified Mirror List & One‑Click Setup (2026)

This guide explains why Docker image pulls can be painfully slow, presents a curated list of reliable mirror URLs verified on January 6 2026, provides a one‑click installation script for Docker with automatic mirror configuration, and includes detailed manual setup steps and verification commands for Linux environments.

Container RegistryDevOpsDocker
0 likes · 8 min read
Boost Docker Pull Speed: Verified Mirror List & One‑Click Setup (2026)
转转QA
转转QA
Jan 5, 2026 · Operations

Achieve Zero‑Downtime Deployments with Jenkins and Docker: A Complete CI/CD Blueprint

This article presents a fully automated, zero‑downtime deployment solution that integrates Jenkins pipelines with a set of shell scripts to handle code checkout, image building, seamless container switching, health checks, rollback, disk monitoring, and resource cleanup, providing a reliable end‑to‑end workflow for fast and stable releases.

AutomationDockerJenkins
0 likes · 14 min read
Achieve Zero‑Downtime Deployments with Jenkins and Docker: A Complete CI/CD Blueprint
Efficient Ops
Efficient Ops
Jan 4, 2026 · Databases

Why VictoriaLogs Is the Efficient Open‑Source Log Database You Need

VictoriaLogs is a fast, resource‑light, open‑source log database from the VictoriaMetrics ecosystem that offers low RAM and disk usage, multi‑protocol ingestion, powerful LogsQL queries, and flexible deployment options ranging from single‑node binaries to Docker and clustered setups.

ClusterDockerInstallation
0 likes · 6 min read
Why VictoriaLogs Is the Efficient Open‑Source Log Database You Need
IT Services Circle
IT Services Circle
Jan 2, 2026 · Artificial Intelligence

Top Open‑Source NotebookLM Alternatives: AI‑Powered Docs, Podcasts & Research Tools

This article surveys the most popular open‑source replacements for Google NotebookLM, detailing each project's star count, supported AI models, multimodal input capabilities, Docker deployment options, and unique features such as multi‑speaker podcast generation, semantic search, and collaborative knowledge‑base integration.

AIDockerLLM
0 likes · 8 min read
Top Open‑Source NotebookLM Alternatives: AI‑Powered Docs, Podcasts & Research Tools
Woodpecker Software Testing
Woodpecker Software Testing
Dec 30, 2025 · Information Security

Master Automated Security Testing with ZAP: From Zero to Enterprise‑Ready

This article walks readers through ZAP’s architecture, dual passive/active scanning engines, headless operation, Python automation, CI/CD integration with Jenkins and Docker, advanced scripting with Zest and custom plugins, and best‑practice recommendations for building an enterprise‑grade automated security testing pipeline.

Automated Security TestingDASTDocker
0 likes · 10 min read
Master Automated Security Testing with ZAP: From Zero to Enterprise‑Ready
Tech Musings
Tech Musings
Dec 28, 2025 · Backend Development

Speed Up Spring Boot Docker Builds with Jarmode Layered Images

Learn how to dramatically reduce Docker build times for Spring Boot applications by using the official Jarmode=tools layered jar feature, extracting layers, and employing multi‑stage Dockerfiles with optimized runtime settings, caching strategies, and optional security and performance enhancements.

DockerJarmodeLayered Images
0 likes · 8 min read
Speed Up Spring Boot Docker Builds with Jarmode Layered Images
Raymond Ops
Raymond Ops
Dec 28, 2025 · Information Security

Master Docker Security: End‑to‑End Hardening from Image Build to Runtime

This practical guide walks operations engineers through a complete Docker security hardening workflow—covering trusted base‑image selection, vulnerability scanning, multi‑stage builds, image signing, runtime privilege reduction, network isolation, secret management, monitoring, and real‑world CI/CD integration—to build a resilient, enterprise‑grade container environment.

ContainerDockerHardening
0 likes · 18 min read
Master Docker Security: End‑to‑End Hardening from Image Build to Runtime
Raymond Ops
Raymond Ops
Dec 25, 2025 · Operations

How to Shrink Docker Images from 600 MB to 60 MB: Proven Optimization Techniques

This guide shows how to dramatically reduce Docker image sizes—from hundreds of megabytes to just a few—by selecting lightweight base images, using multi‑stage builds, optimizing layers, leveraging .dockerignore, applying BuildKit, and automating checks, with real‑world metrics demonstrating up to 90% size cuts and faster builds.

AlpineBuildKitDistroless
0 likes · 13 min read
How to Shrink Docker Images from 600 MB to 60 MB: Proven Optimization Techniques
Old Meng AI Explorer
Old Meng AI Explorer
Dec 25, 2025 · Industry Insights

How Open-Source OpenBB Terminal Gives You Bloomberg‑Level Analysis for Free

OpenBB Terminal is a free, open‑source financial analysis platform that consolidates over 500 data sources, offers AI‑driven report generation, one‑click industry comparisons, and local Docker deployment, enabling individual investors and small institutions to perform Bloomberg‑level research, quantitative backtesting, and secure data handling without costly subscriptions.

AIData IntegrationDocker
0 likes · 10 min read
How Open-Source OpenBB Terminal Gives You Bloomberg‑Level Analysis for Free
Architect's Alchemy Furnace
Architect's Alchemy Furnace
Dec 21, 2025 · Artificial Intelligence

Deploy and Explore Open WebUI: A Feature‑Rich Self‑Hosted AI Platform

Open WebUI is a self‑hosted, extensible AI platform that runs fully offline, supports multiple LLM back‑ends such as Ollama and OpenAI‑compatible APIs, offers built‑in RAG, role‑based access, multi‑model chat, markdown/LaTeX, image generation, and provides detailed Docker, pip, and Kubernetes installation guides with ready‑to‑run commands.

AI PlatformDockerLLM
0 likes · 11 min read
Deploy and Explore Open WebUI: A Feature‑Rich Self‑Hosted AI Platform
MaGe Linux Operations
MaGe Linux Operations
Dec 19, 2025 · Artificial Intelligence

Boost vLLM Inference Throughput by 40% with Three Simple Config Tweaks

After discovering that only a few vLLM settings truly impact performance, this guide details how adjusting gpu_memory_utilization, max_num_batched_tokens, and enabling chunked prefill can raise Qwen2.5‑72B‑Instruct throughput from ~1800 to over 2500 tokens/s, improve latency, and provides comprehensive deployment, monitoring, and troubleshooting instructions.

DockerGPUInference Optimization
0 likes · 30 min read
Boost vLLM Inference Throughput by 40% with Three Simple Config Tweaks
Test Development Learning Exchange
Test Development Learning Exchange
Dec 17, 2025 · Operations

Ace QA Interviews: 100+ Must‑Know Questions & Expert Answers for Test Engineers

This guide compiles over a hundred high‑frequency interview questions covering functional testing, API automation, performance testing, Linux commands, Docker, Kubernetes, and test leadership, each paired with concise answer points to help quality engineers prepare effectively and secure their next offer.

AutomationDockerInterview Preparation
0 likes · 18 min read
Ace QA Interviews: 100+ Must‑Know Questions & Expert Answers for Test Engineers
Xiao Liu Lab
Xiao Liu Lab
Dec 17, 2025 · Cloud Native

Deploy SpringBoot JAR and Legacy WAR with Docker + Nginx in 5 Minutes

This guide shows how to containerize Java SpringBoot JAR or traditional WAR projects with Docker and Nginx, providing a unified, reproducible deployment pipeline that eliminates environment conflicts, simplifies port management, and enables seamless development‑to‑production transitions.

DeploymentDockerDocker Compose
0 likes · 13 min read
Deploy SpringBoot JAR and Legacy WAR with Docker + Nginx in 5 Minutes
Ray's Galactic Tech
Ray's Galactic Tech
Dec 17, 2025 · Cloud Native

Understanding the Container Stack: Docker, containerd, runc, and Kubernetes Explained

This article provides a comprehensive overview of the core container technologies—Docker, containerd, runc, and Kubernetes—explaining their evolution, relationships, component roles, runtime layers, security options, and practical recommendations for choosing the right runtime in development and production environments.

Cloud NativeDockercontainer-runtime
0 likes · 11 min read
Understanding the Container Stack: Docker, containerd, runc, and Kubernetes Explained
DevOps Coach
DevOps Coach
Dec 16, 2025 · Cloud Native

Migrate from Docker to Podman in Minutes – A Practical Startup Guide

This step‑by‑step guide shows how startups can replace Docker with Podman, covering installation on Linux, macOS and Windows, aliasing Docker commands, running existing containers, converting Dockerfiles, building and pushing images, leveraging root‑less security, handling common pitfalls, and automating CI/CD pipelines.

DevOpsDockerKubernetes
0 likes · 8 min read
Migrate from Docker to Podman in Minutes – A Practical Startup Guide
Su San Talks Tech
Su San Talks Tech
Dec 14, 2025 · Operations

How to Deploy a Lightweight Gitea Git Server with Docker for AI Platforms

This guide walks through deploying the lightweight Gitea Git service with Docker, configuring MySQL, setting up the web interface, creating repositories, generating access tokens, and accessing its REST API, offering a resource‑efficient alternative to GitLab for AI model hosting platforms.

AI PlatformDockerGit
0 likes · 5 min read
How to Deploy a Lightweight Gitea Git Server with Docker for AI Platforms
Xiao Liu Lab
Xiao Liu Lab
Dec 13, 2025 · Operations

How Nginx UI Transforms Nginx Management with a Visual, Automated Interface

This article introduces the open‑source Nginx UI tool, explains its key features such as real‑time metrics, automatic backups, cluster management, and AI assistance, and provides step‑by‑step installation guides for Linux scripts and Docker‑Compose, plus a full reverse‑proxy configuration example.

DockerInstallationOpenSource
0 likes · 8 min read
How Nginx UI Transforms Nginx Management with a Visual, Automated Interface
Open Source Tech Hub
Open Source Tech Hub
Dec 13, 2025 · Cloud Native

Why RustFS Is Emerging as the Next‑Gen Open‑Source S3‑Compatible Storage

After MinIO entered maintenance mode in December 2025, RustFS—a Rust‑written, Apache‑2.0 licensed, high‑performance distributed object storage—offers memory‑safe design, cross‑platform Docker deployment, S3 compatibility, and seamless integration with the Webman PHP framework, providing a compelling alternative for cloud‑native environments.

DockerRustRustFS
0 likes · 5 min read
Why RustFS Is Emerging as the Next‑Gen Open‑Source S3‑Compatible Storage
Raymond Ops
Raymond Ops
Dec 11, 2025 · Operations

Master Container Networking: From Basics to Advanced Kubernetes Practices

This comprehensive guide explores container networking fundamentals, Docker network modes, Kubernetes CNI plugins, network security policies, monitoring, troubleshooting, and performance optimization, providing practical commands and configuration examples for operations engineers.

CNIDockerKubernetes
0 likes · 20 min read
Master Container Networking: From Basics to Advanced Kubernetes Practices
DevOps Engineer
DevOps Engineer
Dec 10, 2025 · Operations

DevOps Tools as a Car Factory: Packer, Terraform, Ansible, Docker, Kubernetes

The article uses a car‑factory analogy to clarify the distinct roles of DevOps tools—Packer for image building, Terraform for infrastructure provisioning, Ansible for configuration, Docker for containerized applications, and Kubernetes for large‑scale orchestration—showing how they fit into build, provision, and run phases of the IT lifecycle.

AnsibleDevOpsDocker
0 likes · 8 min read
DevOps Tools as a Car Factory: Packer, Terraform, Ansible, Docker, Kubernetes
Xiao Liu Lab
Xiao Liu Lab
Dec 8, 2025 · Backend Development

Boost Your Storage Performance: Deploy RustFS Object Store with Docker in Minutes

Learn how to quickly set up a high‑performance, easy‑to‑deploy object storage solution by combining RustFS with Docker, covering prerequisites, Docker commands, optional Docker‑Compose configuration, Nginx reverse‑proxy setup, security hardening, testing, and production‑grade recommendations for backend developers and ops teams.

BackendDevOpsDocker
0 likes · 12 min read
Boost Your Storage Performance: Deploy RustFS Object Store with Docker in Minutes
Java Tech Enthusiast
Java Tech Enthusiast
Dec 5, 2025 · Backend Development

Deploy and Master Meilisearch for Lightning‑Fast Full‑Text Search

This guide explains why Meilisearch is a lightweight alternative to Elasticsearch, walks through Docker‑based installation, demonstrates index creation, settings configuration, document CRUD operations, and various search queries, all with concrete curl commands and code examples.

DockerFull‑Text SearchMeilisearch
0 likes · 8 min read
Deploy and Master Meilisearch for Lightning‑Fast Full‑Text Search
Java Architecture Diary
Java Architecture Diary
Dec 5, 2025 · Cloud Native

Why MinIO Is Going Dark and How RustFs Can Seamlessly Replace It

MinIO has entered maintenance mode, dropping its web console, stopping Docker image updates, and refusing new features, prompting users to migrate to RustFs—a fully compatible, Apache‑2.0 licensed S3 alternative that offers higher performance and easy Docker and Spring Boot integration.

DockerMinioRustFS
0 likes · 8 min read
Why MinIO Is Going Dark and How RustFs Can Seamlessly Replace It
Java Architect Handbook
Java Architect Handbook
Dec 2, 2025 · Operations

One‑Click Remote Deployment of Spring Boot with IDEA and Docker

This guide walks you through setting up IntelliJ IDEA and Docker to replace manual jar uploads with a single‑click remote deployment for Spring Boot applications, covering prerequisites, SSH configuration, Docker daemon basics, Dockerfile creation, and the final one‑step deployment process.

DevOpsDockerDockerfile
0 likes · 8 min read
One‑Click Remote Deployment of Spring Boot with IDEA and Docker
Ray's Galactic Tech
Ray's Galactic Tech
Nov 30, 2025 · Cloud Native

Master Docker: Core Concepts, Best Practices & Hands‑On Guide

This comprehensive guide explains Docker’s essential use cases, underlying technologies, step‑by‑step setup, image‑building best practices, security hardening, networking models, and common production pitfalls, providing developers and ops engineers with a solid foundation for modern cloud‑native workflows.

Cloud NativeContainersDevOps
0 likes · 8 min read
Master Docker: Core Concepts, Best Practices & Hands‑On Guide
Open Source Tech Hub
Open Source Tech Hub
Nov 29, 2025 · Backend Development

What’s New in Symfony 8.0? Deep Dive into Features, Performance, and PHP 8.4 Integration

Symfony 8.0, released in November 2025, brings major upgrades such as full PHP 8.4 attribute‑hook support, lazy objects, enhanced form components, powerful generator commands, a revamped cache system, and seamless integration with Docker, FrankenPHP, and modern security protocols, offering developers a faster, more efficient web‑application platform.

Attribute HooksDockerFrankenPHP
0 likes · 15 min read
What’s New in Symfony 8.0? Deep Dive into Features, Performance, and PHP 8.4 Integration
MaGe Linux Operations
MaGe Linux Operations
Nov 28, 2025 · Operations

10 Essential Linux Ops Tools Every Engineer Should Master

This article presents a curated list of ten widely used Linux operations tools, detailing each tool's core functions, typical use cases, key advantages, and real‑world examples, while also providing practical shell and Ansible code snippets to help engineers apply them immediately.

AnsibleDockerGrafana
0 likes · 9 min read
10 Essential Linux Ops Tools Every Engineer Should Master
Ops Community
Ops Community
Nov 27, 2025 · Operations

How to Shrink a 1GB Docker Image to 50MB: 7 Proven Techniques

This guide explains why Docker image size matters for deployment speed, storage cost, and security, and walks through seven practical techniques—including multi‑stage builds, Alpine and Distroless bases, layer merging, dependency trimming, static compilation, and automated tools—to reduce a 1GB+ image to under 50 MB while preserving functionality.

AlpineDistrolessDocker
0 likes · 30 min read
How to Shrink a 1GB Docker Image to 50MB: 7 Proven Techniques
Java Architect Handbook
Java Architect Handbook
Nov 24, 2025 · Operations

How to Fix Docker Pull Timeouts with Reliable Chinese Mirror Sources (2025 Update)

This guide explains why Docker pull commands often timeout in China due to outdated foreign registries, lists common invalid mirror configurations, provides three verified mirror URLs for 2025, and walks through editing the daemon.json file, restarting Docker, and testing the setup, while sharing practical troubleshooting lessons.

Cloud NativeDevOpsDocker
0 likes · 7 min read
How to Fix Docker Pull Timeouts with Reliable Chinese Mirror Sources (2025 Update)
Efficient Ops
Efficient Ops
Nov 23, 2025 · Cloud Native

Deploy Traefik as a Dynamic Cloud‑Native Reverse Proxy with Docker

This guide explains what Traefik is, highlights its automatic service‑discovery and dynamic routing features, and provides step‑by‑step Docker‑Compose instructions to install Traefik, deploy a sample service, and verify the setup using curl or a browser.

DockerTraefikload balancing
0 likes · 5 min read
Deploy Traefik as a Dynamic Cloud‑Native Reverse Proxy with Docker
Xiao Liu Lab
Xiao Liu Lab
Nov 22, 2025 · Cloud Native

Install Docker & Docker‑Compose Offline in 30 Seconds on Any Linux Server

This guide shows how to set up Docker Engine and Docker‑Compose on isolated Linux machines without internet access by downloading static binaries, transferring them, and running a ready‑made Bash script that configures, starts, and verifies the installation in just a few steps.

ContainerDockerDocker Compose
0 likes · 6 min read
Install Docker & Docker‑Compose Offline in 30 Seconds on Any Linux Server
Xiao Liu Lab
Xiao Liu Lab
Nov 21, 2025 · Operations

How to Stop Docker from Eating Your Disk Space: Proven Cleanup Strategies

This guide explains why Docker can rapidly fill storage, shows how to pinpoint the biggest space consumers, and provides tiered, production‑ready cleanup commands, automation scripts, and monitoring setups to keep container environments healthy and efficient.

Container ManagementDisk CleanupDocker
0 likes · 10 min read
How to Stop Docker from Eating Your Disk Space: Proven Cleanup Strategies
Su San Talks Tech
Su San Talks Tech
Nov 20, 2025 · Backend Development

Deploy and Use Meilisearch for Lightning‑Fast Full‑Text Search

This guide walks through installing Meilisearch via Docker, creating indexes, configuring settings, managing documents, and performing instant, sortable, and filtered searches using its RESTful API, while highlighting its speed, low hardware requirements, and multilingual support.

BackendDockerFull‑Text Search
0 likes · 8 min read
Deploy and Use Meilisearch for Lightning‑Fast Full‑Text Search
Xiao Liu Lab
Xiao Liu Lab
Nov 18, 2025 · Operations

Mastering Ops: Security, High Availability, and Fault Diagnosis for Interviews

This article compiles concise, high‑scoring answers to essential operations interview questions, covering security hardening, intrusion response, high‑availability architecture, disaster‑recovery design, Redis replication and clustering, Docker fundamentals and networking, Kubernetes components, monitoring, CI/CD pipelines, and the evolving role of DevOps.

DockerKubernetesOperations
0 likes · 14 min read
Mastering Ops: Security, High Availability, and Fault Diagnosis for Interviews
Ray's Galactic Tech
Ray's Galactic Tech
Nov 17, 2025 · Operations

Master RocketMQ 5.x with Docker: From Zero to Production with Proxy

This guide walks you through the complete Docker‑based deployment of RocketMQ 5.x, explaining the new Proxy‑centric architecture, showing Docker Compose and manual run methods, providing full configuration files, startup commands, verification steps, production‑grade optimizations, monitoring setup, and troubleshooting tips.

ComposeDeploymentDocker
0 likes · 10 min read
Master RocketMQ 5.x with Docker: From Zero to Production with Proxy
Architect Chen
Architect Chen
Nov 12, 2025 · Cloud Native

Understanding Docker: Core Principles, Architecture, and Runtime Workflow

This article provides a comprehensive overview of Docker, explaining its lightweight container model, client‑server architecture, key Linux kernel features such as namespaces and cgroups, image layering, networking, and the three‑stage process of building, distributing, and running containers.

DockerLinux Namespacescgroups
0 likes · 5 min read
Understanding Docker: Core Principles, Architecture, and Runtime Workflow
Architect's Tech Stack
Architect's Tech Stack
Nov 11, 2025 · Cloud Native

Discover 10 Must-Have Docker Images to Supercharge Your Development

This guide curates a selection of useful Docker images—including code‑server, CloudBeaver, QingLong, PocketBase, Homer, Uptime‑Kuma, Memos, Umami, Flame, Filebrowser, and Dockge—detailing their key features, recommended use cases, and ready‑to‑run Docker and docker‑compose commands to streamline development, monitoring, and personal workflows.

Backend DevelopmentCloud NativeDevOps
0 likes · 17 min read
Discover 10 Must-Have Docker Images to Supercharge Your Development