try to delete volume dir of any killed execution dcontainer on container deletion

This commit is contained in:
Jan Renz
2015-07-27 16:07:46 +02:00
parent 5c678ce703
commit 51fa137b9d

View File

@ -89,7 +89,7 @@ class DockerClient
if local_workspace_path && Pathname.new(local_workspace_path).exist?
Pathname.new(local_workspace_path).children.each{ |p| p.rmtree}
end
container.delete(force: true)
container.delete(force: true, v: true)
end
def execute_arbitrary_command(command, &block)