Akilan1999 / p2p-rendering-computation

p2p network to enable running distributed computation and rendering.
https://p2prc.akilan.io/
GNU General Public License v2.0
27 stars 9 forks source link

Execute groups when running plugins #64

Closed Akilan1999 closed 3 years ago

Akilan1999 commented 3 years ago

Changes

The cli command to run plugins can now accept either container id or group id. Using group id would make easy to execute the same instructions in a set of containers in a single command.

p2prc --plugin <plugin name> --id <container id or group id>