From 0105d97412c60c2179955d6ad49748630fa7395e Mon Sep 17 00:00:00 2001 From: hrz <1710360675@qq.com> Date: Mon, 10 Feb 2025 21:16:11 +0800 Subject: [PATCH] =?UTF-8?q?update:=E6=94=AF=E6=8C=81=E5=9B=BD=E4=BA=A7arm?= =?UTF-8?q?=E6=9E=B6=E6=9E=84=E7=9A=84docker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ README_en.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index dc837cde..639c1e62 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ ## 方式一:docker快速部署 +docker镜像已支持x86架构、arm64架构的CPU,支持在国产操作系统上运行。 + ### 1. 安装docker 如果您的电脑还没安装docker,可以按照这里的教程安装:[docker安装](https://www.runoob.com/docker/ubuntu-docker-install.html) diff --git a/README_en.md b/README_en.md index 26338ed2..5ccc2865 100644 --- a/README_en.md +++ b/README_en.md @@ -64,6 +64,8 @@ is recommended to run the local source code. ## Method 1: Quick deployment of docker +The docker image has supported the CPU of x86 architecture and arm64 architecture, and supports running on Chinese operating systems. + 1. Install docker If your computer has not installed docker, you can follow the tutorial here to install