getServiceContainers(service) {
    const promises = service.containers.map(container => {
      const tokens = container.split('/')
      const containerId = tokens[tokens.length - 2]