Skip to content

Commit 388d52c

Browse files
committed
Update README for quick start with Docker and Docker Compose
Signed-off-by: Haitao Huang <4699115+haitaohuang@users.noreply.github.com>
1 parent 21f4d82 commit 388d52c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,19 @@ Documentation
2929
- [Intel(R) SGX for Linux\* OS](https://01.org/intel-softwareguard-extensions) project home page on [01.org](https://01.org)
3030
- [Intel(R) SGX Programming Reference](https://software.intel.com/sites/default/files/managed/7c/f1/332831-sdm-vol-3d.pdf)
3131

32-
Quick Start
32+
Quick Start with Docker and Docker Compose
3333
-----------------------------------------
34-
### Use Docker and Docker Compose
34+
35+
- Build PSW and SDK from source. See this [README](docker/build/README.md) for details.
3536
```
3637
$ cd docker/build && ./build_compose_run.sh
3738
```
38-
See this [README](docker/build/README.md) for details.
3939

40+
- Use prebuilt PSW and SDK downloaded from 01.org. See this [README](linux/installer/docker/README.md) for details.
41+
```
42+
$ cd linux/installer/docker && ./build_compose_run.sh
43+
```
44+
4045
Build and Install the Intel(R) SGX Driver
4146
-----------------------------------------
4247
Follow the [README.md](https://github.com/intel/SGXDataCenterAttestationPrimitives/blob/master/driver/linux/README.md) in the [SGXDataCenterAttestationPrimitives](https://github.com/intel/SGXDataCenterAttestationPrimitives/) project to build and install the Intel(R) SGX driver.

0 commit comments

Comments
 (0)