From 663fc7273a97ca09ef6a0ea4d0d3ed2b2cf1049c Mon Sep 17 00:00:00 2001 From: Shirong Hao Date: Thu, 26 Aug 2021 15:12:57 +0800 Subject: [PATCH] Add ACK-TEE deployment guide --- docs/rune_quick_start.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/rune_quick_start.md b/docs/rune_quick_start.md index e780b878..a2dafa79 100644 --- a/docs/rune_quick_start.md +++ b/docs/rune_quick_start.md @@ -145,3 +145,7 @@ where: - @ENCLAVE_TYPE: specify the type of enclave hardware to use, such as `intelSgx`. - @ENCLAVE_PATH: specify the path to enclave runtime PAL to launch. - @ENCLAVE_ARGS: specify the specific arguments to enclave runtime PAL, separated by the comma. + +# Deployment + +Please refer to this [guide](https://www.alibabacloud.com/help/doc-detail/254909.htm) to show how to deploy confidential containers in TEE-based ACK clusters and this [guide](https://www.alibabacloud.com/help/doc-detail/259685.htm) to show how to use confidential containers to implement remote attestation in TEE-based ACK clusters.