You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docker/build/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ Files in this directory demonstrate how to build and install the SGX SDK and PSW
7
7
### Prerequisites
8
8
1. Install [Docker and Compose](https://docs.docker.com/) and configure them properly following their respective installation guide.
9
9
2. Install [SGX Flexible Launch Control driver](https://github.com/intel/SGXDataCenterAttestationPrimitives/tree/master/driver/linux). **Note**: See below to run with the Legacy Launch Control driver.
10
+
3. In the root directory of this repo, prepare source code and download prebuilt binaries:
11
+
```
12
+
$ make preparation
13
+
```
10
14
11
15
### Run with Docker Compose
12
16
This will start AESM and an SGX sample on one terminal using docker-compose.
0 commit comments