Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasten authored Nov 21, 2023
1 parent 9f3df6c commit 8fa33fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/reproducible_build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ You can also build a docker image for deployment:

```sh
DOCKER_BUILDKIT=1 docker build --secret id=signingkey,src=private.pem --target deploy -t ego-helloworld .

# To run the container, expose the SGX devices to it:
docker run --device /dev/sgx_enclave --device /dev/sgx_provision ego-helloworld
```

0 comments on commit 8fa33fa

Please sign in to comment.