{
  "id": "docker/network-driver-not-supported",
  "signature": "Error response from daemon: network driver not supported by this platform",
  "signature_zh": "守护进程错误响应：此平台不支持网络驱动",
  "regex": "network driver not supported by this platform",
  "domain": "docker",
  "category": "config_error",
  "subcategory": null,
  "root_cause": "The specified Docker network driver (e.g., macvlan, ipvlan, overlay) is not available or supported on the current host OS or kernel configuration.",
  "root_cause_type": "generic",
  "root_cause_zh": "指定的 Docker 网络驱动（例如 macvlan、ipvlan、overlay）在当前主机操作系统或内核配置上不可用或不支持。",
  "versions": [
    {
      "version": "Docker 24.0.7",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "Docker 25.0.2",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "Windows Server 2022",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "Linux Kernel 5.15",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "sudo apt-get install --reinstall docker-ce",
      "why_fails": "Reinstalling Docker does not add missing kernel modules or features.",
      "fail_rate": 0.8,
      "condition": "",
      "sources": []
    },
    {
      "action": "docker network create -d bridge mynet",
      "why_fails": "Using 'docker network create -d bridge' creates a bridge, but does not enable macvlan or overlay.",
      "fail_rate": 0.7,
      "condition": "",
      "sources": []
    },
    {
      "action": "echo 1 > /proc/sys/net/ipv4/ip_forward",
      "why_fails": "Setting kernel parameters without loading modules does not enable the driver.",
      "fail_rate": 0.6,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Load necessary kernel modules: sudo modprobe macvlan && sudo modprobe ipvlan, then retry.",
      "success_rate": 0.85,
      "how": "Load necessary kernel modules: sudo modprobe macvlan && sudo modprobe ipvlan, then retry.",
      "condition": "",
      "sources": []
    },
    {
      "action": "If using overlay network, ensure Docker swarm mode is initialized: docker swarm init",
      "success_rate": 0.8,
      "how": "If using overlay network, ensure Docker swarm mode is initialized: docker swarm init",
      "condition": "",
      "sources": []
    },
    {
      "action": "On Windows, use a supported network driver like 'nat' or 'transparent' instead: docker network create -d transparent mynet",
      "success_rate": 0.7,
      "how": "On Windows, use a supported network driver like 'nat' or 'transparent' instead: docker network create -d transparent mynet",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [
    "Load necessary kernel modules: sudo modprobe macvlan && sudo modprobe ipvlan, then retry.",
    "If using overlay network, ensure Docker swarm mode is initialized: docker swarm init",
    "On Windows, use a supported network driver like 'nat' or 'transparent' instead: docker network create -d transparent mynet"
  ],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": "https://docs.docker.com/network/drivers/",
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "ai_generated",
  "confidence": 0.84,
  "fix_success_rate": 0.75,
  "resolvable": "partial",
  "first_seen": "2024-04-12",
  "last_confirmed": "2024-06-01",
  "last_updated": "2024-06-01",
  "evidence_count": 1,
  "tags": [],
  "locale": "en",
  "aliases": []
}