Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 941 Bytes

File metadata and controls

16 lines (10 loc) · 941 Bytes

This is a fork

This repo is a fork of https://gitlab.com/kblobr/rust-docker.

On the EDGELESS platform, to run trusted function images using SecureExecutor, it is necessary to pass the SGX driver to the container during their initiation.

This allows the containers to leverage Intel SGX within the generated images.

However, the latest version of rs-docker (0.0.60) does not support Devices out of the box. Therefore, this repo contains the required updated to support this functionality.

Relevant MVP issue: edgeless-project/edgeless#226

Original rs-docker README.md

Also, in this patched version, the docker stop command is forced to have a grace time of 0 seconds.