File tree 1 file changed +17
-3
lines changed
1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,19 @@ and build an EIF.
27
27
$ export NITRO_CLI_BLOBS=$(realpath ../../blobs/)
28
28
$ nitro-cli build-enclave --docker-dir "./resources" --docker-uri mytag --output-file command-executer.eif
29
29
```
30
+ ---
31
+ ** NOTES**
30
32
31
- _ NOTE: these steps can either be done on your local machine or on the EC2
32
- instance your going to launch the enclave._
33
+ * In order to build an EIF as a non-root user, that user must be able to manage
34
+ the docker daemon. Please see
35
+ [ the official Docker documentation] ( https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user )
36
+ to learn how to do that.
37
+ * These steps can either be done on your local machine or on the EC2 instance
38
+ where you are going to launch the enclave.
33
39
34
- 3 . Copy __ both__ the EIF __ and__ the command-executer binary to the EC2
40
+ ---
41
+
42
+ 3 . Copy __ both__ the EIF __ and__ the ` command-executer ` binary to the EC2
35
43
instance you are about to run an enclave on.
36
44
37
45
4 . Launch an enclave with the EIF containing command-executer.
@@ -67,3 +75,9 @@ instance you are about to run an enclave on.
67
75
```
68
76
$ ./command-executer send-file --cid 16 --localpath "./stress-ng" --port 5005 --remotepath "/usr/bin/stress-ng"
69
77
```
78
+
79
+ ## Help
80
+ Further information about the semantics of each command can be obtained by running
81
+ ```
82
+ $ ./command-executer help [<command>]
83
+ ```
You can’t perform that action at this time.
0 commit comments