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
What I expect: An edge between the httpd and httpclient containers.
(Changing localhost:8000 to external_interface_ip:8000 doesn't help either).
The process view doesn't wither show connected processes.
The text was updated successfully, but these errors were encountered:
2opremio
added
the
bug
Broken end user or developer functionality; not working as the developers intended it
label
Apr 11, 2016
2opremio
changed the title
Missing connection between containers in host networking namespace
Missing edge between containers in host networking namespace
Apr 11, 2016
I am also missing an edge when connecting a container in the weave network to a container in the host network using weave expose (this happened when doing a workshop at a client). I am not creating a new issue since it seems a duplicate, but let's have this in mind when fixing it.
To reproduce, in one terminal:
docker run --net=host --rm --name=httpd python:2.7 python -m SimpleHTTPServer
To reproduce, launch scope (master, without weave network) and then.
In one terminal:
In a different terminal:
What I see:
Report: report_missing_host_connection.json.gz
What I expect: An edge between the
httpd
andhttpclient
containers.(Changing
localhost:8000
toexternal_interface_ip:8000
doesn't help either).The process view doesn't wither show connected processes.
The text was updated successfully, but these errors were encountered: