from typing import Dict DOCKER_MAP: Dict[str, str] = {} LOG_FILTER_PENDING: Dict[int, dict] = {}