为什么“ifconfig”docker 命令在 Windows 上响应 "bash: ifconfig: command not found"?

Why “ifconfig” docker command responds "bash: ifconfig: command not found" on Windows?

我在 windows PC 上安装了 docker。

我打开控制台并输入 docker ps。该命令正常工作。接下来我尝试执行 command if config 但没有找到:

$ ifconfig
bash: ifconfig: command not found

是因为Windows吗?

P.S.

命令 docker network ls 也能正常工作

查找当前 TCP/IP 网络配置值与 docker 没有任何关系,os 您的 os.[=18= 附带的应用程序]

  • 对于 windows ipconfig -> wiki
  • for mac ifconfig -> wiki
  • for linux 使用 ip 相关命令 for ex: to get the ip address ip addr show

注意:在 linux 中,ifconfig 可能有效,但已弃用。

有关 ifconfig vs ip 的更多信息,您可以阅读此 blog