# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
GetChaincodePackageBytes creates bytes for docker container generation using the supplied chaincode specification.
NewVM creates a new VM instance.
VMCProcess should be used as follows .
# Structs
CreateImageReq - properties for creating an container image.
DestroyImageReq - properties for stopping a container.
StartImageReq - properties for starting a container.
StopImageReq - properties for stopping a container.
VM implementation of VM management functionality.
VMController - manages VMs .
VMCResp - response from requests.
# Interfaces
VMCReqIntf - all requests should implement this interface.The context should be passed and tested at each layer till we stopnote that we'd stop on the first method on the stack that does nottake context.