Looks like the aesm service is not available in the docker. Workaround: start the service with ``` LD_LIBRARY_PATH=/opt/intel/sgx-aesm-service/aesm/ /opt/intel/sgx-aesm-service/aesm/aesm_service & ``` This should be documented in the substraTEE-book
Looks like the aesm service is not available in the docker.
Workaround: start the service with
This should be documented in the substraTEE-book