未验证 提交 86a6493e 编写于 作者: H haosanzi 提交者: GitHub

docs: Add the missing dependency libseccomp-devel

Signed-off-by: NShirong Hao <shirong@linux.alibaba.com>
上级 8b7d5bd3
...@@ -98,6 +98,7 @@ export AESM_PATH=$PWD ...@@ -98,6 +98,7 @@ export AESM_PATH=$PWD
Download the package from [here](https://github.com/alibaba/inclavare-containers/releases/). Download the package from [here](https://github.com/alibaba/inclavare-containers/releases/).
- On CentOS 7.5: - On CentOS 7.5:
```shell ```shell
yum install -y libseccomp
rpm -ivh rune-0.3.0-1.el7.x86_64.rpm rpm -ivh rune-0.3.0-1.el7.x86_64.rpm
rpm -ivh occlum-pal-0.14.0-1.el7.x86_64.rpm rpm -ivh occlum-pal-0.14.0-1.el7.x86_64.rpm
``` ```
...@@ -138,7 +139,6 @@ You need to specify a set of parameters to `docker run` in order to use `rune`, ...@@ -138,7 +139,6 @@ You need to specify a set of parameters to `docker run` in order to use `rune`,
```shell ```shell
export OCCLUM_INSTANCE_DIR=occlum-app export OCCLUM_INSTANCE_DIR=occlum-app
yum install -y libseccomp
docker run -it --rm --runtime=rune \ docker run -it --rm --runtime=rune \
-e ENCLAVE_TYPE=intelSgx \ -e ENCLAVE_TYPE=intelSgx \
-e ENCLAVE_RUNTIME_PATH=/opt/occlum/build/lib/libocclum-pal.so \ -e ENCLAVE_RUNTIME_PATH=/opt/occlum/build/lib/libocclum-pal.so \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册