Browse Source

Minor edits to README

Ian Goldberg 3 months ago
parent
commit
a06b8f7f95
1 changed files with 4 additions and 1 deletions
  1. 4 1
      docker/README.md

+ 4 - 1
docker/README.md

@@ -21,6 +21,8 @@ If SGX2 is enabled on your machine, you should see device files
 `/dev/sgx/enclave` and `/dev/sgx/provision`.
 
 You will need docker.  On Ubuntu, for example: `apt install docker.io`
+and be sure to run all the experiments as a user with docker permissions
+(in the `docker` group).
 
 You will need the `aesmd` service.  If you have the file
 `/var/run/aesmd/aesm.socket`, then all is well.  You already have the
@@ -37,7 +39,8 @@ docker run -d --rm --device /dev/sgx/enclave --device /dev/sgx/provision \
 That will start the `aesmd` service in a docker, and you should then see
 the `/var/run/aesmd/aesm.socket` file existing.
 
-If you started `aesmd` with this docker method, then you're done with the experiments:
+If you started `aesmd` with this docker method, then when you're done
+with the experiments:
 
 ```bash
 docker stop aesmd