提交 a8d6c29f 编写于 作者: S shirong 提交者: jia zhang

docs: Update running_rune_with_occlum.md

- Add command to launch a CentOS 7.5 container
- Update Occlum SDK container image to 0.14.0
Signed-off-by: Nshirong <shirong@linux.alibaba.com>
上级 49262e18
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
- Assume the host system is CentOS 7.5. - Assume the host system is CentOS 7.5.
- You can also launch a CentOS 7.5 container as your host system with the following command: - You can also launch a CentOS 7.5 container as your host system with the following command:
```shell ```shell
docker run -it --privileged --device /dev/isgx centos:7.5.1804
``` ```
If so, you need to run **another docker daemon** inside this CentOS 7.5 container. Please refer to [this guide](https://docs.docker.com/engine/install/centos) to install docker daemon, and type the following command to start dockerd. If so, you need to run **another docker daemon** inside this CentOS 7.5 container. Please refer to [this guide](https://docs.docker.com/engine/install/centos) to install docker daemon, and type the following command to start dockerd.
```shell ```shell
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
mkdir "$HOME/rune_workdir" mkdir "$HOME/rune_workdir"
docker run -it --privileged --device /dev/isgx \ docker run -it --privileged --device /dev/isgx \
-v "$HOME/rune_workdir":/root/rune_workdir \ -v "$HOME/rune_workdir":/root/rune_workdir \
occlum/occlum:0.13.0-centos7.5 occlum/occlum:0.14.0-centos7.5
``` ```
### Prepare the materials ### Prepare the materials
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册