blueprint
blueprint copied to clipboard
[FEAT] TEE Services
The implementation of this depends on how https://github.com/tangle-network/tangle/issues/1052 is implemented:
- If developers just provide an image like the container sources, then the manager will need to create a
docker-compose.ymlmanually, with that image defining the only service. - If the developers get to provide a full
docker-compose.yml, then it can just be used as-is.
Afterwards, it's just a matter of creating a VmConfiguration and making CreateVm and StartVm RPC calls to the VMM.