class Gitlab::QA::Docker::Command

def port(mapping)

def port(mapping)
  tap { @args.push("-p #{mapping}") }
end