Re: [apache/incubator-teaclave] [docker] start Teaclave docker services with auto-detection mechanism (#559)

2021-09-30 Thread Gordon King
> I see several docs also contain instructions to use `docker-compose` to start > services. Can you also change these? Thanks. > > * `docs/my-first-function.md` > * `docs/azure-confidential-computing.md` sure, will do. thanks. -- You are receiving this because you are subscribed to this

Re: [apache/incubator-teaclave] [docker] start Teaclave docker services with auto-detection mechanism (#559)

2021-09-30 Thread Mingshen Sun
I see several docs also contain instructions to use `docker-compose` to start services. Can you also change these? Thanks. - `docs/my-first-function.md` - `docs/azure-confidential-computing.md` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [apache/incubator-teaclave] Generating key and signing a file (#554)

2021-09-30 Thread Hongbo
It seems the whole process is stateful, where "first run" generates a key pair and the key will be used in "following runs". In general, Teaclave cannot handle statefule tasks since FaaS is stateless in nature. However, specifically in your case, an alternative solution is like this: 1.

Re: [apache/incubator-teaclave] Generating key and signing a file (#554)

2021-09-30 Thread egalijatov1
@mssun any info? Thank you in advance! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/554#issuecomment-931269031