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

commit ebe20980a128ba127ca8c7da143a63f8b92d7b4c
Author: Mingshen Sun <[email protected]>
AuthorDate: Sat Oct 31 13:44:41 2020 -0700

    Update README to explain different docker compose files
---
 docker/README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docker/README.md b/docker/README.md
index ce7e5ca..03ce212 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -50,7 +50,10 @@ simpler, we recommend to use 
[docker-compose](https://docs.docker.com/compose/)
 to manage all services. Since the remote attestation is required for all
 services, you should setup the attestation service configurations
 before start the services. You can use env vars or set them in the
-`docker-compose-ubuntu-1804.yml` file.
+`docker-compose-ubuntu-1804-*.yml` file.
+Note that `-sgx-sim-mode.yml` is for the simulation mode, `-isgx.yml` and
+`-intel-sgx.yml` is for Intel's SGX driver (`isgx`) and upstream in-tree kernel
+driver (`intel_sgx`) respectively, which can be seen by `lsmod | grep sgx`.
 
 Here is an example to start all services.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to