class Gitlab::QA::Docker::Command

def name(identity)

def name(identity)
  tap { @args.push("--name #{identity}") }
end