Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Code of Conduct
- I agree to follow this project's Code of Conduct
Description
I am trying to use enarx using the docker ghcr.io/enarx/enarx:0.7.1
but I am unable to start the docker in interactive mode.
I am using the following command:
docker run -it --device /dev/sgx_enclave:/dev/sgx_enclave --device /dev/sgx_provision:/dev/sgx_provision -v /dev/sgx:/dev/sgx ghcr.io/enarx/enarx:0.7.1
Please guide me how to run the docker so that I can run enarx inside it.