Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RodgerZhu committed Feb 19, 2024
1 parent e7acd27 commit 264fea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cczoo/tdx-encrypted-tdvm-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ mkdir -p /home/tdvm && cd /home/tdvm
docker pull intelcczoo/encrypted-tdvm-img:ubuntu-luks
docker run -d --name "encrypted-image-demo" intelcczoo/encrypted-tdvm-img:ubuntu-luks
docker cp encrypted-image-demo:/home/ref-td-guest-ubuntu-22.04-img.zip .
unzip ref-td-guest-ubuntu-22.04-img.zipp && rm ref-td-guest-ubuntu-22.04-img.zip
unzip ref-td-guest-ubuntu-22.04-img.zip && rm ref-td-guest-ubuntu-22.04-img.zip
```

`Note:` If you choose to use self-built tdvm image as original reference image, please install the packages in the reference image which will provide dependent libraries for remote attestation client:
Expand Down

0 comments on commit 264fea6

Please sign in to comment.