Currently, when creating an instance container.Node, since you also need to create a container.Lifecycle there is a multi stage process that needs to be performed.
ref here
Ideally this should be a single exposed constructor that handles the creation of the node, lifecycle and volume without needing to manually do it.
Currently, when creating an instance container.Node, since you also need to create a container.Lifecycle there is a multi stage process that needs to be performed.
ref here
Ideally this should be a single exposed constructor that handles the creation of the node, lifecycle and volume without needing to manually do it.