if (config.dockerNodeRedVersion !== DEFAULT.DOCKER_NODE_RED_VERSION) {
    logger.info(`Node-RED: update #${DEFAULT.DOCKER_NODE_RED_VERSION} of the container required...`);

    const containers = await this.gladys.system.getContainers({
      all: true,