Skip to content

sudharkrish/docker-sgx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Docker image with Intel SGX SDK and PSW (platform software, i.e., runtime). You can use it as a base Docker image for your apps which use Intel SGX.

Intel SGX kernel module has to be loaded on the host and you have to provide it to the container when you run it:

docker run -d --device=/dev/isgx --name test-sgx tozd/sgx:ubuntu-trusty
docker exec -t -i test-sgx bash

SDK is installed under /opt/intel/sgxsdk. You should do:

source /opt/intel/sgxsdk/environment

in your bash script to load the SDK environment.

docker-sgx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages