Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 373 Bytes

File metadata and controls

13 lines (9 loc) · 373 Bytes

Key Service Client

build

docker build -t sesemi_keyservice_client:v1 -f docker/key-service-client/Dockerfile .

run

docker run -it --name key-service-client --net host --device /dev/sgx_enclave:/dev/sgx/enclave -v <path-to-example-queries>:<in-container-path> sesemi_keyservice_client:v1 ./client <path-to-request-json> <path-to-config-json>