未验证 提交 ba9a2484 编写于 作者: J jiazhiguang 提交者: GitHub

docs: update the version number #2

上级 368d4c32
...@@ -63,7 +63,7 @@ Note that you should install the OOT SGX driver that without ECDSA attestation. ...@@ -63,7 +63,7 @@ Note that you should install the OOT SGX driver that without ECDSA attestation.
- On Ubuntu - On Ubuntu
```bash ```bash
version=0.15.1 version=0.15.1-1
sudo dpkg -i occlum-pal_${version}_amd64.deb sudo dpkg -i occlum-pal_${version}_amd64.deb
``` ```
......
...@@ -37,14 +37,14 @@ You can choose one suitable occlum SDK image from the list in [this page](https: ...@@ -37,14 +37,14 @@ You can choose one suitable occlum SDK image from the list in [this page](https:
- command: - command:
- sleep - sleep
- infinity - infinity
image: docker.io/occlum/occlum:0.15.1-centos7.5 image: docker.io/occlum/occlum:0.15.1-centos8.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: securityContext:
privileged: true privileged: true
name: occlum-app-builder name: occlum-app-builder
EOF EOF
``` ```
This will create a Pod with image `docker.io/occlum/occlum:0.15.1-centos7.5` and the filed `securityContext.privileged` should be set to `true`  in order to build and push docker image in container.<br /> This will create a Pod with image `docker.io/occlum/occlum:0.15.1-centos8.1` and the filed `securityContext.privileged` should be set to `true`  in order to build and push docker image in container.<br />
- Step 2. Wait for the pod status to `Ready` - Step 2. Wait for the pod status to `Ready`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册