提交 b9a6fea6 编写于 作者: O openharmony_ci 提交者: Gitee

!909 英文审校完成:更新标准系统docker到3.0-LTS分支

Merge pull request !909 from ester.zhou/OpenHarmony-3.0-LTS
### 0.0.4(2021/09/18)
### 0.0.5 (2021/10/28)
1\. dropped pre-installed build dependency tools.
Added the installation of tar, binutils, git-lfs, gnutls-bin, python3.8, python3-pip, and cpio.
2\. Added the installation of ruby.
### 0.0.4 (2021/09/18)
### 0.0.3(2021/08/30)
1\. Removed pre-installed build dependency tools.
2\. Added the Ruby installation.
### 0.0.3 (2021/08/30)
1\. Updated LLVM from 10.0.1-62608 to 10.0.1-69957.
2\. Added the installation of gcc_aarch64.
### 0.0.2(2021/08/11)
### 0.0.2 (2021/08/11)
Add the installation of llvm-10.0.1-62608 and restool.
Added the installation of llvm-10.0.1-62608 and restool.
### 0.0.1(2021/06/02)
### 0.0.1 (2021/06/02)
Provided a Docker build environment for OpenHarmony 2.0 and pre-installed build dependency tools.
\ No newline at end of file
......@@ -10,11 +10,11 @@ The Docker image of OpenHarmony is hosted on [HUAWEI Cloud SWR](https://auth.hua
1. Obtain the Docker image.
```
docker pull swr.cn-south-1.myhuaweicloud.com/openharmony-docker/openharmony-docker-standard:0.0.4
docker pull swr.cn-south-1.myhuaweicloud.com/openharmony-docker/openharmony-docker-standard:0.0.5
```
2. Go to the root directory of OpenHarmony code and run the following command to access the Docker build environment:
```
docker run -it -v $(pwd):/home/openharmony swr.cn-south-1.myhuaweicloud.com/openharmony-docker/openharmony-docker-standard:0.0.4
docker run -it -v $(pwd):/home/openharmony swr.cn-south-1.myhuaweicloud.com/openharmony-docker/openharmony-docker-standard:0.0.5
```
##### **Method 2: Using the Dockerfile to Build a Local Docker Image**
......@@ -30,7 +30,7 @@ cd docs/docker/standard
```
3. Go to the root directory of OpenHarmony code and run the following command to access the Docker build environment:
```
docker run -it -v $(pwd):/home/openharmony openharmony-docker-standard:0.0.4
docker run -it -v $(pwd):/home/openharmony openharmony-docker-standard:0.0.5
```
### Building for Standard-System Devices (reference memory ≥ 128 MB)
......@@ -46,4 +46,4 @@ Files generated during compilation are stored in the **out/ohos-arm-release/** d
**Note**
You can exit Docker by simply running the **exit** command.
\ No newline at end of file
You can exit Docker by simply running the **exit** command.
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册