{
  "id": "docker/network-driver-not-supported-on-windows",
  "signature": "Error response from daemon: network macvlan is not supported on this platform",
  "signature_zh": "守护进程错误响应：此平台不支持 macvlan 网络",
  "regex": "network.*is not supported on this platform",
  "domain": "docker",
  "category": "config_error",
  "subcategory": null,
  "root_cause": "Attempting to use a network driver (e.g., macvlan, ipvlan) that is not available on Windows or certain Linux kernel configurations.",
  "root_cause_type": "generic",
  "root_cause_zh": "尝试使用在 Windows 或某些 Linux 内核配置上不可用的网络驱动程序（例如 macvlan、ipvlan）。",
  "versions": [
    {
      "version": "Docker Desktop 4.25.0",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "Docker Engine 24.0.5",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "Installing additional Docker plugins does not enable macvlan on Windows; the driver is Linux-only.",
      "fail_rate": 1.0,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "Switching to Docker Desktop WSL 2 backend on Windows may still not support macvlan due to Hyper-V limitations.",
      "fail_rate": 0.9,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Use bridge network driver instead: 'docker network create --driver bridge mynet' for cross-container communication.",
      "success_rate": 0.95,
      "how": "Use bridge network driver instead: 'docker network create --driver bridge mynet' for cross-container communication.",
      "condition": "",
      "sources": []
    },
    {
      "action": "On Linux, ensure the kernel module is loaded: 'sudo modprobe macvlan' and check with 'lsmod | grep macvlan'.",
      "success_rate": 0.8,
      "how": "On Linux, ensure the kernel module is loaded: 'sudo modprobe macvlan' and check with 'lsmod | grep macvlan'.",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [
    "改用桥接网络驱动程序：'docker network create --driver bridge mynet' 实现跨容器通信。",
    "在 Linux 上，确保内核模块已加载：'sudo modprobe macvlan' 并使用 'lsmod | grep macvlan' 检查。"
  ],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": "https://docs.docker.com/network/drivers/macvlan/",
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "ai_generated",
  "confidence": 0.87,
  "fix_success_rate": 0.9,
  "resolvable": "true",
  "first_seen": "2023-09-12",
  "last_confirmed": "2024-06-01",
  "last_updated": "2024-06-01",
  "evidence_count": 1,
  "tags": [],
  "locale": "en",
  "aliases": []
}