You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by ms...@apache.org on 2020/05/07 23:29:14 UTC

[incubator-teaclave] branch master updated: [docker] Make fusion data directory in runtime docker file

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 <bo...@mssun.me>
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: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org