Move container params building to shim #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently container params are built while the outcome is being finalised, then transmitted to shim. This not only introduces unnecessary IPC overhead but also makes testing slightly more difficult due to the container params being tied to the OS library stub.
A better alternative would be to transmit a set of resolved paths and options to the shim, and have the shim build the final container params.