update:支持国产arm架构的docker

This commit is contained in:
hrz
2025-02-10 21:16:11 +08:00
parent 83ebcd7770
commit 0105d97412
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -57,6 +57,8 @@
## 方式一:docker快速部署
docker镜像已支持x86架构、arm64架构的CPU,支持在国产操作系统上运行。
### 1. 安装docker
如果您的电脑还没安装docker,可以按照这里的教程安装:[docker安装](https://www.runoob.com/docker/ubuntu-docker-install.html)
+2
View File
@@ -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