GustavoM@lemmy.world to Linux 101 stuff. Questions are encouraged, noobs are welcome!@lemmy.worldEnglish · edit-21 year agoHow do I make a ip tunnel that forwards an ip to another ip?message-squaremessage-square2fedilinkarrow-up15arrow-down10file-text
arrow-up15arrow-down1message-squareHow do I make a ip tunnel that forwards an ip to another ip?GustavoM@lemmy.world to Linux 101 stuff. Questions are encouraged, noobs are welcome!@lemmy.worldEnglish · edit-21 year agomessage-square2fedilinkfile-text
minus-squarebulwark@lemmy.worldlinkfedilinkEnglisharrow-up1arrow-down1·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/