newbie here… I’d like to implement a docker container on Ubuntu and simply use the host native IP interface for communication to the container. It appears that the bridge interface implements it’s own IP interface which would normally means NAT (network address translation) would have to occur between the container and the hosts native ip interface. To me, a bridge interface would mean a layer 2 extension or no NAT, but that doesn’t seem to be the case. Can someone explain if I can avoid translation as it breaks my application.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Creating a seperate interface for a docker | 5 | 3678 | June 6, 2017 | |
Docker networking without NAT. Need help | 0 | 1262 | April 19, 2017 | |
Help with --network=host/bridge/? | 6 | 5881 | June 2, 2017 | |
Host and docker bridge - and iptables | 0 | 3837 | March 6, 2017 | |
Windows10 no bridge network present | 1 | 2416 | December 31, 2019 |