Skip to content

docker compose device logic bug report #28

@g302ge

Description

@g302ge

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions