class Gitlab::QA::Docker::Engine
def attach(name, &block)
def attach(name, &block) Docker::Command.execute("attach --sig-proxy=false #{name}", &block) end
def attach(name, &block) Docker::Command.execute("attach --sig-proxy=false #{name}", &block) end