Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker compose device logic bug report #28

Open
g302ge opened this issue Sep 28, 2021 · 4 comments
Open

docker compose device logic bug report #28

g302ge opened this issue Sep 28, 2021 · 4 comments

Comments

@g302ge
Copy link

g302ge commented Sep 28, 2021

On my ubuntu 20.04 machine, I found after installed phala scipts. the docker-compose.yaml device is set

devices:
     - /dev/sgx_enclave
     - /dev/sgx_provision

Using this configuration will not let the pruntime work correctly . I have to manually change it to below

devices:
     - /dev/sgx/enclave:/dev/sgx/enclave
     - /dev/sgx/provision:/dev/sgx/provision

I am not confirmed if it is a bug or my machine env problem

@h4x3rotab
Copy link
Contributor

Could you check the kernel version?

@g302ge
Copy link
Author

g302ge commented Sep 29, 2021

5.8

@h4x3rotab
Copy link
Contributor

@skysummerice Please check why it is possible?

@g302ge
Copy link
Author

g302ge commented Oct 1, 2021

I think we need some approach to set these auto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants