Commit Graph
4 Commits
Author SHA1 Message Date
Michał Kowalczyk 2bc2c04194 Remove trailing blanks 2019-05-07 16:32:16 +02:00
Zhang Chen 1c78c43c92 Tools/gsce: Clean up and optimize the integration of docker container and graphene-SGX
The dockerfile instruction RUN will create new layers
when it is executed, original codes will increase the size of
the final image and causes potential cache issues.
So we need to employ shell tricks to keep the layers as small as possible.

The detail:
https://docs.docker.com/v17.09/engine/userguide/eng-image/dockerfile_best-practices

Signed-off-by: Zhang Chen <chen.zhang@intel.com>
2019-02-26 13:19:53 -05:00
Michał Kowalczyk c9eb1d84e1 Fix Bash shebangs compatibility 2019-02-05 17:59:25 +01:00
Li Lei 2a98391d7b Graphene-SGX Secure Container: Seamless Integration of Docker Container and Graphene-SGX (#177)
* Adding scripts for building and running GSC (Graphene-SGX Secure Container)
* Describing GSC usage in Tools/README
2018-06-12 15:50:57 -07:00