From 4e4df410c1a10229008b29199d1bd330ee0b354e Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Thu, 30 Oct 2025 22:03:21 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(action-runner):=20update=20?= =?UTF-8?q?docker=20support=20terminology?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - change docker-in-docker to docker-out-of-docker in both chinese and english readme files --- apps/action-runner/README.md | 2 +- apps/action-runner/README_en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/action-runner/README.md b/apps/action-runner/README.md index 43dc94eb00..98f20f8146 100644 --- a/apps/action-runner/README.md +++ b/apps/action-runner/README.md @@ -6,7 +6,7 @@ ## 功能 -- 支持 Docker-in-Docker +- 支持 Docker-out-of-Docker ### 环境变量 | 参数 | 是否必须 | 说明 | diff --git a/apps/action-runner/README_en.md b/apps/action-runner/README_en.md index 7a38d4d66b..cc3b7bcfdb 100644 --- a/apps/action-runner/README_en.md +++ b/apps/action-runner/README_en.md @@ -6,7 +6,7 @@ A simple self-hosted actions runner running in a container ## Features -- Supports Docker-in-Docker +- Supports Docker-out-of-Docker ### Environment Variables | Parameter | Required | Description |