[fix] remove container ownership concept
Make it so that the daemon will delete containers when all commands it is aware of are finished, instead of relying on a single owner that needs to be tracked. This simplifies the handling to multiple commands in the same container, and should not impact the rest.
Please register or sign in to comment