containers
    .findOneByIdOrName(req.params.id)
    .then(function (container) {
      return container.start()
    })