@GustavoM to Linux 101 stuff. Questions are encouraged, noobs are welcome!English • edit-21 year agoHow do I make a ip tunnel that forwards an ip to another ip?message-square2arrow-up15arrow-down10file-text
arrow-up15arrow-down1message-squareHow do I make a ip tunnel that forwards an ip to another ip?@GustavoM to Linux 101 stuff. Questions are encouraged, noobs are welcome!English • edit-21 year agomessage-square2file-text
minus-square@bulwarklinkEnglish0•1 year agoDocker has 4 different types of network modes. Bridge, Host, Overlay, Macvlan. If you want your container to have an external IP your should use Host. https://docs.docker.com/network/network-tutorial-host/
Docker has 4 different types of network modes. Bridge, Host, Overlay, Macvlan. If you want your container to have an external IP your should use Host.
https://docs.docker.com/network/network-tutorial-host/