<div dir="ltr"><div dir="ltr">On Sun, May 26, 2019 at 9:18 AM Saint Michael <<a href="mailto:venefax@gmail.com">venefax@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div style="font-size:small">I am fine with having full interaction with the host. The host does not do anything, it is like a glove for my app, which uses UDP very intensely, like 500 Mbits per second. I need to fine-tune all its parameters.</div><div style="font-size:small"><br></div><div style="font-size:small"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, May 25, 2019 at 9:52 PM Stéphane Graber <<a href="mailto:stgraber@ubuntu.com" target="_blank">stgraber@ubuntu.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">If your container doesn't need isolated networking, in theory using the<br>
host namespace for the network would cause those to show back up, but<br>
note that sharing network namespace with the host may have some very<br>
weird side effects (such as systemd in the container interacting with<br>
the host's).<br>
<br></blockquote></div></blockquote><div><br></div><div>What distro are you using for the containers?</div><div><br></div><div>If both container and host are using systemd, then as Stephane point out bad things might happen when you use host networking. </div><div><br></div><div>If your container is using something different (e.g. devuan, which uses sysvinit), or if the container is using a custom init (e.g. init basically only runs your app like what is usually done with docker, or if you use supervisord), then it should be fine.</div><div><br></div></div></div>