blueprint icon indicating copy to clipboard operation
blueprint copied to clipboard

[FEAT] TEE Services

Open Serial-ATA opened this issue 4 months ago • 0 comments

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.yml manually, 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.

Serial-ATA avatar Aug 20 '25 02:08 Serial-ATA