Versions in this module Expand all Collapse all v1 v1.0.0 Jul 11, 2017 Changes in this version + type DockerVM struct + func NewDockerVM() *DockerVM + func (vm *DockerVM) Deploy(ctxt context.Context, ccid ccintf.CCID, args []string, env []string, ...) error + func (vm *DockerVM) Destroy(ctxt context.Context, ccid ccintf.CCID, force bool, noprune bool) error + func (vm *DockerVM) GetVMName(ccid ccintf.CCID) (string, error) + func (vm *DockerVM) Start(ctxt context.Context, ccid ccintf.CCID, args []string, env []string, ...) error + func (vm *DockerVM) Stop(ctxt context.Context, ccid ccintf.CCID, timeout uint, dontkill bool, ...) error