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

Help with running a docker image inside SGX using Ego #239

Open
polestar1988 opened this issue Jan 15, 2024 · 1 comment
Open

Help with running a docker image inside SGX using Ego #239

polestar1988 opened this issue Jan 15, 2024 · 1 comment

Comments

@polestar1988
Copy link

Dear All,
I want to run a docker image inside SGX using Ego, But I have no idea where can I start or find a reference which has explained how to run a docker container inside SGX step by step. Could any body help me with this?
Thanks

@thomasten
Copy link
Member

Hi,
You can't run a docker image inside SGX, but you can run SGX and EGo inside a docker image. That means that if you have a Go application that you want to distribute as a docker image, you can modify the Dockerfile such that the application is built with EGo and the SGX runtime libraries are added.
You can take a look at this sample, which builds a docker image of the helloworld sample: https://github.com/edgelesssys/ego/tree/master/samples/reproducible_build

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