delete Docker containers after code execution
This commit is contained in:
@ -68,6 +68,7 @@ class DockerClient
|
||||
PortPool.release(port)
|
||||
end
|
||||
end
|
||||
container.delete(force: true)
|
||||
end
|
||||
|
||||
def execute_command(command, &block)
|
||||
|
Reference in New Issue
Block a user