Current status on docker + dat networking troubleshooting. This is a general issue to keep visibility and update progress, not related directly to cli.
We're still having trouble accessing exposing ports directly.e.g.:
docker run -d --name some-image -p 3282 -p 3282/udp
We had an issue with using IPTables before (#503), which docker uses. So it may be related to that, not Docker directly. This is what some of our IPTables rules (generated via docker) look like:
Details
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
MASQUERADE tcp -- 172.19.0.7 172.19.0.7 tcp dpt:3282
MASQUERADE udp -- 172.19.0.7 172.19.0.7 udp dpt:3282
Chain DOCKER (2 references)
target prot opt source destination
DNAT tcp -- anywhere anywhere tcp dpt:32769 to:172.19.0.7:3282
DNAT udp -- anywhere anywhere udp dpt:32768 to:172.19.0.7:3282
See also:
Current status on docker + dat networking troubleshooting. This is a general issue to keep visibility and update progress, not related directly to cli.
We're still having trouble accessing exposing ports directly.e.g.:
We had an issue with using IPTables before (#503), which docker uses. So it may be related to that, not Docker directly. This is what some of our IPTables rules (generated via docker) look like:
Details
See also: