async function getContainers(req, res) {
    const containers = await gladys.system.getContainers();
    res.json(containers);
  }