You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start docker inside Ubuntu and try connect to Ubuntu
$ docker run --rm -it ubuntu bash
...
root@4ded615f2e7a:/# curl 172.19.87.209:9003
curl: (28) Failed to connect to 172.19.87.209 port 9003: Connection timed out
Expected behavior
Can connect to WSL Distro from inside docker
Actual behavior
No route to host
Ubuntu ip a
$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: bond0: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 6e:4c:cb:e0:9a:cc brd ff:ff:ff:ff:ff:ff
3: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 2e:71:c5:93:65:ad brd ff:ff:ff:ff:ff:ff
4: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000
link/sit 0.0.0.0 brd 0.0.0.0
5: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 00:15:5d:93:30:ff brd ff:ff:ff:ff:ff:ff
inet 172.19.87.209/20 brd 172.19.95.255 scope global eth0
valid_lft forever preferred_lft forever
inet6 fe80::215:5dff:fe93:30ff/64 scope link
valid_lft forever preferred_lft forever
The text was updated successfully, but these errors were encountered:
Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread.
Environment
Steps to reproduce
Expected behavior
Can connect to WSL Distro from inside docker
Actual behavior
No route to host
Ubuntu
ip a
The text was updated successfully, but these errors were encountered: