安装 Docker for Windows 设置挂载磁盘的时候,出现下面这个错误:

Docker for Windows Firewall detected

尝试

# 把 vEthernet(DockerNAT) 的网络类型改为 private,默认是 public,还是没效果.
PS C:\WINDOWS\system32> Get-NetConnectionProfile -InterfaceAlias "vEthernet (DockerNAT)" |Set-NetConnectionProfile -NetworkCategory Private
~~禁用了 Windows 防火墙后是可以正常使用了,但这不合理...~~

相关

相关文章:

  • 2021-12-12
  • 2022-01-20
  • 2021-11-01
  • 2021-11-22
  • 2021-07-15
  • 2021-08-23
猜你喜欢
  • 2022-12-23
  • 2021-06-22
  • 2021-10-29
  • 2021-08-17
  • 2022-12-23
相关资源
相似解决方案