Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit faeb34a

Browse files
authored
Add usage example for virtual CCF container build and run
Signed-off-by: John Andersen <johnandersenpdx@gmail.com>
1 parent b475561 commit faeb34a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Usage
2+
#
3+
# Virtual CCF (non-SGX) build and run:
4+
# $ docker build -t ghcr.io/scitt-community/scitt-api-emulator:main --progress plain .
5+
# $ docker run --rm -ti -w /src/src/scitt-api-emulator -v $PWD:/src/src/scitt-api-emulator -p 8000:8000 ghcr.io/scitt-community/scitt-api-emulator:main
16
FROM python:3.8
27

38
WORKDIR /usr/src/scitt-api-emulater

0 commit comments

Comments
 (0)