From a8d6c29fbae2a139c731fe2101316c5b1579189c Mon Sep 17 00:00:00 2001 From: shirong Date: Tue, 21 Jul 2020 05:45:56 +0000 Subject: [PATCH] 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: shirong --- docs/running_rune_with_occlum.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/running_rune_with_occlum.md b/docs/running_rune_with_occlum.md index 5eb2441..df29c40 100644 --- a/docs/running_rune_with_occlum.md +++ b/docs/running_rune_with_occlum.md @@ -7,7 +7,7 @@ - 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: ```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. ```shell @@ -22,7 +22,7 @@ mkdir "$HOME/rune_workdir" docker run -it --privileged --device /dev/isgx \ -v "$HOME/rune_workdir":/root/rune_workdir \ - occlum/occlum:0.13.0-centos7.5 + occlum/occlum:0.14.0-centos7.5 ``` ### Prepare the materials -- GitLab