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 |
|