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