We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2f798 commit 937118dCopy full SHA for 937118d
1 file changed
README.md
@@ -6,17 +6,12 @@ A minimalistic tool that does those things:
6
7
# How to use
8
```
9
-git clone https://github.com/proofofcloud/attester
10
-
11
-cd attester
12
13
-docker build -t attester .
14
15
docker run \
16
- --device /dev/sgx_enclave \
17
- --device /dev/sgx_provision \
18
- -v /etc/sgx_default_qcnl.conf:/etc/sgx_default_qcnl.conf:ro \
19
- --rm attester get beefdeed
+ --device /dev/sgx_enclave \
+ --device /dev/sgx_provision \
+ -v /etc/sgx_default_qcnl.conf:/etc/sgx_default_qcnl.conf:ro \
+ --rm \
+ ghcr.io/proofofcloud/attester@sha256:c723f206e1cd16cf6ec4dd04f37249f378edcf9cce7955ba826402b6812b9989 get beefdeed
20
21
(replace _beefdeed_ with your challenge)
22
0 commit comments