We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eeac6e commit b64a468Copy full SHA for b64a468
2 files changed
hello.tar.gz
-56 KB
src/nautilus-server/run.sh
@@ -90,12 +90,8 @@ echo "Loading image"
90
# --------------------------------------------------------------------
91
92
echo "Running container"
93
-
94
-# Run the container immediately and capture its output
95
-/usr/bin/docker run --rm enclave-hello:latest > /tmp/hello.log 2>&1 &
96
97
-# expose /tmp/hello.log on the REST API or just cat it for debug
98
-cat /tmp/hello.log # should print “Hello from inside the enclave!”
+/usr/bin/docker run --rm enclave-hello:latest > /tmp/hello.log 2>&1
+cat /tmp/hello.log
99
100
101
echo "Starting nautilus-server"
0 commit comments