module Docker

def start(name)

def start(name)
  cmd = []
  cmd << %(start)
  cmd << name
  run cmd
end