gpt4 book ai didi

macos - 无法在 macOS 中 ping docker

转载 作者:行者123 更新时间:2023-12-01 06:56:43 24 4
gpt4 key购买 nike

我在本地安装了 docker,但我无法在 Mac 中 ping 它,但我可以在 Ubuntu 上 ping 相同的东西。

$ docker inspect -f '{{ .NetworkSettings.IPAddress }}' n1
172.17.0.2

$ ping 172.17.0.2
PING 172.17.0.2 (172.17.0.2): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
Request timeout for icmp_seq 4
Request timeout for icmp_seq 5
^C
--- 172.17.0.2 ping statistics ---
7 packets transmitted, 0 packets received, 100.0% packet loss

我按照 https://docs.docker.com/docker-for-mac/ 在 mac 上安装了 docker

最佳答案

这很正常。

查看您的 Mac 接口(interface)配置 - Mac 本身没有 172.x.x.x 网络。那些生活在实际托管 Docker 的 xhyve Linux VM 中。

当您使用端口映射(例如 docker run -p ...)时,网络连接会被映射,但 ping 不会像这样工作。

关于macos - 无法在 macOS 中 ping docker,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41819391/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com