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 8caa983  [docker] Make fusion data directory in runtime docker file
8caa983 is described below

commit 8caa983e2811d2164b411a678e78175e5c5e2dc9
Author: Mingshen Sun <[email protected]>
AuthorDate: Thu May 7 16:21:30 2020 -0700

    [docker] Make fusion data directory in runtime docker file
---
 docker/teaclave-rt.ubuntu-1804.Dockerfile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docker/teaclave-rt.ubuntu-1804.Dockerfile 
b/docker/teaclave-rt.ubuntu-1804.Dockerfile
index 7145958..8fafb3f 100644
--- a/docker/teaclave-rt.ubuntu-1804.Dockerfile
+++ b/docker/teaclave-rt.ubuntu-1804.Dockerfile
@@ -30,6 +30,10 @@ RUN wget $SGX_LINUX_X64_SDK_URL               && \
     echo 'source /opt/sgxsdk/environment' >> /etc/environment
 ENV LD_LIBRARY_PATH=/opt/intel/sgxsdk/sdk_libs
 
+# Make a directory for fusion data. Since we are in the single machine mode,
+# there is no need to mount a network file system.
+RUN mkdir -p /tmp/fusion_data
+
 ADD release/services/teaclave_frontend_service /teaclave/
 ADD release/services/teaclave_frontend_service_enclave.signed.so /teaclave/
 


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

Reply via email to