Kill the worker container. The worker handles are unique. If multiple workers share the same instance, all workers in the same container should be killed. There is no default method for this generic.
killDockerWorkerContainers(provider, cluster, workerHandles, verbose)# S4 method for DummyManagedProvider
killDockerWorkerContainers(provider, cluster, workerHandles, verbose)
S4 CloudProvider object. The service provider.
S4 DockerCluster object.
Character(n). A character vector of unique instance handles.
Integer. The verbose level, default 1.
A logical vector indicating whether the killing operation is successful for each instance
killDockerWorkerContainers,DummyManagedProvider-method: The method for the dummy managed provider