This is an automated email from the ASF dual-hosted git repository.
mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
The following commit(s) were added to refs/heads/master by this push:
new a136dd6 Use ./run-teaclave-services.sh -m sim in simulation mode
(#563)
a136dd6 is described below
commit a136dd6b63f3c5efa92a8bd1782d7bc0804bc7e5
Author: Mingshen Sun <[email protected]>
AuthorDate: Mon Oct 11 09:56:54 2021 -0700
Use ./run-teaclave-services.sh -m sim in simulation mode (#563)
---
docs/my-first-function.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/my-first-function.md b/docs/my-first-function.md
index de98ec3..32a8bc3 100644
--- a/docs/my-first-function.md
+++ b/docs/my-first-function.md
@@ -118,7 +118,7 @@ $ export AS_URL="https://api.trustedservices.intel.com:443"
# IAS URL
Launch all services with `docker-compose`:
```
-$ (cd docker && ./run-teaclave-services.sh)
+$ (cd docker && ./run-teaclave-services.sh -m sim)
Starting teaclave-authentication-service ... done
Starting teaclave-access-control-service ... done
Starting teaclave-scheduler-service ... done
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]