Skip to content

Commit b64a468

Browse files
committed
updating config
1 parent 8eeac6e commit b64a468

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

hello.tar.gz

-56 KB
Binary file not shown.

src/nautilus-server/run.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,8 @@ echo "Loading image"
9090
# --------------------------------------------------------------------
9191

9292
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!”
93+
/usr/bin/docker run --rm enclave-hello:latest > /tmp/hello.log 2>&1
94+
cat /tmp/hello.log
9995
# --------------------------------------------------------------------
10096

10197
echo "Starting nautilus-server"

0 commit comments

Comments
 (0)