提交 8ca762b0 编写于 作者: jia zhang's avatar jia zhang

Add terminology doc

Signed-off-by: jia zhang's avatarJia Zhang <zhang.jia@linux.alibaba.com>
上级 91ecc6e8
......@@ -45,6 +45,11 @@ In addition, you can write your own enclave runtime with any programming languag
---
## Terminology
Please refer to [this doc] for the details.
---
## Using rune
### Run Occlum
Please refer to [this guide](https://github.com/alibaba/inclavare-containers/blob/master/docs/running_rune_with_occlum.md) to run `Occlum` with `rune`.
......
# init-runelet
Essentially, it is init process inside container. In runc, init process eventually executes the entrypoint of container defined in config.json. In rune, init process never call execve() syscall. Instead, it serves for the communications between Enclave Runtime PAL and the host side through Enclave Runtime PAL API.
# runelet
init-runelet is created by `rune create`, and runelet process on behalf of enclave application is created by `rune exec`.
# Enclave Runtime PAL API
This API defines the function calls beutween Enclave Runtime PAL and init-runelet.
# Enclave Runtime PAL
The implementer of Enclave Runtime PAL API, on behalf of Enclave Runtime.
# Enclave Runtime
The implementer of enclave. Occlum and Graphene-SGX are all the so-called Enclave Runtime.
# Enclave Application
The actual running entity inside Enclave Runtime.
# Enclave Container
A new class of container managed by OCI Runtime `rune`.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册